Sha256: 8e1e32ab3db9d2de2596ce685fc14e3208a2a359714f11ac828248d7b9471a58

Contents?: true

Size: 1.17 KB

Versions: 25

Compression:

Stored size: 1.17 KB

Contents

<nav class="navbar navbar-default navbar-static-top" role="navigation">
  <div class="container-fluid">
    <div class="row">
      <ul class="nav navbar-nav col-sm-5">
        <li <%= 'class=active' if current_page?(hyrax.root_path) %>>
          <%= link_to t(:'hyrax.controls.home'), hyrax.root_path, aria: current_page?(hyrax.root_path) ? {current: 'page'} : nil %></li>
        <li <%= 'class=active' if current_page?(hyrax.about_path) %>>
          <%= link_to t(:'hyrax.controls.about'), hyrax.about_path, aria: current_page?(hyrax.about_path) ? {current: 'page'} : nil %></li>
        <li <%= 'class=active' if current_page?(hyrax.help_path) %>>
          <%= link_to t(:'hyrax.controls.help'), hyrax.help_path, aria: current_page?(hyrax.help_path) ? {current: 'page'} : nil %></li>
        <li <%= 'class=active' if current_page?(hyrax.contact_path) %>>
          <%= link_to t(:'hyrax.controls.contact'), hyrax.contact_path, aria: current_page?(hyrax.contact_path) ? {current: 'page'} : nil %></li>
      </ul><!-- /.nav -->
      <div class="searchbar-right navbar-right col-sm-7">
        <%= render partial: 'catalog/search_form' %>
      </div>
    </div>
  </div>
</nav><!-- /.navbar -->

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/_controls.html.erb
hyrax-2.9.5 app/views/_controls.html.erb
hyrax-2.9.4 app/views/_controls.html.erb
hyrax-2.9.3 app/views/_controls.html.erb
hyrax-2.9.2 app/views/_controls.html.erb
hyrax-2.9.1 app/views/_controls.html.erb
hyrax-2.9.0 app/views/_controls.html.erb
hyrax-3.0.0.pre.rc2 app/views/_controls.html.erb
hyrax-2.8.0 app/views/_controls.html.erb
hyrax-2.7.2 app/views/_controls.html.erb
hyrax-2.7.1 app/views/_controls.html.erb
hyrax-2.7.0 app/views/_controls.html.erb
hyrax-2.6.0 app/views/_controls.html.erb
hyrax-3.0.0.pre.rc1 app/views/_controls.html.erb
hyrax-3.0.0.pre.beta3 app/views/_controls.html.erb
hyrax-2.5.1 app/views/_controls.html.erb
hyrax-2.5.0 app/views/_controls.html.erb
hyrax-3.0.0.pre.beta2 app/views/_controls.html.erb
hyrax-2.4.1 app/views/_controls.html.erb
hyrax-3.0.0.pre.beta1 app/views/_controls.html.erb