Sha256: 839c69dd11995b8a3503f68fe6d92ff24b49e17bf1eef38e13a55a8fbf998871

Contents?: true

Size: 883 Bytes

Versions: 7

Compression:

Stored size: 883 Bytes

Contents

<div class="usa-overlay"></div>
<header class="usa-header usa-header--basic">
  <div class="usa-nav-container">
    <div class="usa-navbar">
      <div class="usa-logo">
        <em class="usa-logo__text">
          <%= link_to t('shared.header.title'), root_path %>
        </em>
      </div>
      <button class="usa-menu-btn"><%= t('shared.header.menu') %></button>
    </div>
    <nav aria-label="<%= t('shared.header.primary') %>" class="usa-nav">
      <button class="usa-nav__close">
        <%= image_tag "@uswds/uswds/dist/img/usa-icons/close.svg", role: "img", alt: t('shared.header.close') %>
      </button>
      <ul class="usa-nav__primary usa-accordion">
        <% I18n.available_locales.each do |l| %>
          <li class="usa-nav__primary-item">
            <%= format_active_locale(l) %>
          </li>
        <% end %>
      </ul>
    </nav>
  </div>
</header>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rails_template_18f-0.8.2 templates/app/views/application/_header.html.erb
rails_template_18f-0.8.1 templates/app/views/application/_header.html.erb
rails_template_18f-0.8.0 templates/app/views/application/_header.html.erb
rails_template_18f-0.7.2 templates/app/views/application/_header.html.erb
rails_template_18f-0.7.1 templates/app/views/application/_header.html.erb
rails_template_18f-0.7.0 templates/app/views/application/_header.html.erb
rails_template_18f-0.6.0 templates/app/views/application/_header.html.erb