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

@@ -6,11 +6,11 @@
</section>
<div class="contain-to-grid clear">
<nav class="top-bar" data-topbar role="navigation">
<nav class="top-bar" data-topbar>
<ul class="title-area">
<li class="name">
<%= link_to root_path do %>
<%= image_tag('header_logo_madrid.png', class: 'left', size: '96x96') %>
<%= image_tag('header_logo_madrid.png', class: 'left', size: '96x96', alt: t("layouts.header.logo")) %>
<%= t("layouts.header.open_gov", open: "<strong>#{t('layouts.header.open')}</strong>").html_safe %> <span>|</span> <span class="logo-site"><%= t("admin.dashboard.index.title") %></span>
<% end %>
</li>