<%= render "shared/top_links" %>
<%= link_to Setting['org_name'], root_path, class: "logo show-for-small-only" %> <%= t("application.menu")%>
<%= link_to root_path, class: "hide-for-small-only", accesskey: "/" do %> <%= image_tag('logo_header.png', class: 'hide-for-small-only float-left', size: '80x80', alt: t("layouts.header.logo")) %> <% if opendata_page? %> <%= t("layouts.header.open_gov", open: "#{t('layouts.header.open')}") %> | <%= t("layouts.header.open_data") %> <% else %> <%= setting['org_name'] %> <% end %> <% end %>