Improves accesibility

This commit is contained in:
Alberto Garcia Cabeza
2015-10-13 16:48:37 +02:00
parent 2069376c4f
commit 2ca4557f2d
28 changed files with 88 additions and 100 deletions

View File

@@ -18,7 +18,7 @@
<div class="small-12 medium-8 large-5 column small-centered">
<h1>
<%= link_to root_path do %>
<%= image_tag('header_logo_madrid.png', class: 'show-for-medium-up left', size: '96x96') %>
<%= image_tag('header_logo_madrid.png', class: 'show-for-medium-up left', size: '96x96', alt: t("layouts.header.logo")) %>
<%= t("layouts.header.open_gov", open: "#{t('layouts.header.open')}").html_safe %>
<% end %>
</h1>