Sha256: 20223f4435c75c52da79a39b918fbcf9530373d0fe16d21c87f27a73a4ced2e6

Contents?: true

Size: 1.26 KB

Versions: 11

Compression:

Stored size: 1.26 KB

Contents

<nav class="navbar navbar-light bg-light navbar-expand-sm justify-content-between align-items-center px-2 py-3 border-bottom" role="navigation" aria-label="Root Menu">
    <ul class="nav navbar-nav col-sm-5">
      <li class="nav-item <%= 'active' if current_page?(hyrax.root_path) %>">
        <%= link_to t(:'hyrax.controls.home'), hyrax.root_path, class: "nav-link", aria: current_page?(hyrax.root_path) ? {current: 'page'} : nil %></li>
      <li class="nav-item <%= 'active' if current_page?(hyrax.about_path) %>">
        <%= link_to t(:'hyrax.controls.about'), hyrax.about_path, class: "nav-link", aria: current_page?(hyrax.about_path) ? {current: 'page'} : nil %></li>
      <li class="nav-item <%= 'active' if current_page?(hyrax.help_path) %>">
        <%= link_to t(:'hyrax.controls.help'), hyrax.help_path, class: "nav-link", aria: current_page?(hyrax.help_path) ? {current: 'page'} : nil %></li>
      <li class="nav-item <%= 'active' if current_page?(hyrax.contact_path) %>">
        <%= link_to t(:'hyrax.controls.contact'), hyrax.contact_path, class: "nav-link", aria: current_page?(hyrax.contact_path) ? {current: 'page'} : nil %></li>
    </ul><!-- /.nav -->
    <div class="col-sm-7">
      <%= render partial: 'catalog/search_form' %>
    </div>
  </nav><!-- /.navbar -->

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/views/_controls.html.erb
hyrax-5.0.0 app/views/_controls.html.erb
hyrax-5.0.0.rc3 app/views/_controls.html.erb
hyrax-5.0.0.rc2 app/views/_controls.html.erb
hyrax-5.0.0.rc1 app/views/_controls.html.erb
hyrax-4.0.0 app/views/_controls.html.erb
hyrax-4.0.0.rc3 app/views/_controls.html.erb
hyrax-4.0.0.rc2 app/views/_controls.html.erb
hyrax-4.0.0.rc1 app/views/_controls.html.erb
hyrax-4.0.0.beta2 app/views/_controls.html.erb
hyrax-4.0.0.beta1 app/views/_controls.html.erb