Sha256: c54ec35bb9eb7d15bdde5143160c4a4950efcc3bbddb726813d91c374a8fde05

Contents?: true

Size: 961 Bytes

Versions: 33

Compression:

Stored size: 961 Bytes

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 col-md-6">
        <li <%= 'class=active' if current_page?(hyrax.root_path) %>>
          <%= link_to t(:'hyrax.controls.home'), hyrax.root_path %></li>
        <li <%= 'class=active' if current_page?(hyrax.about_path) %>>
          <%= link_to t(:'hyrax.controls.about'), hyrax.about_path %></li>
        <li <%= 'class=active' if current_page?(hyrax.help_path) %>>
          <%= link_to t(:'hyrax.controls.help'), hyrax.help_path %></li>
        <li <%= 'class=active' if current_page?(hyrax.contact_path) %>>
          <%= link_to t(:'hyrax.controls.contact'), hyrax.contact_path %></li>
      </ul><!-- /.nav -->
      <div class="searchbar-right navbar-right col-sm-7 col-md-6">
        <%= render partial: 'catalog/search_form' %>
      </div>
    </div>
  </div>
</nav><!-- /.navbar -->

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
hyrax-1.1.1 app/views/_controls.html.erb
hyrax-2.0.3 app/views/_controls.html.erb
hyrax-2.2.4 app/views/_controls.html.erb
hyrax-2.2.3 app/views/_controls.html.erb
hyrax-2.2.2 app/views/_controls.html.erb
hyrax-2.2.1 app/views/_controls.html.erb
hyrax-2.2.0 app/views/_controls.html.erb
hyrax-2.1.0 app/views/_controls.html.erb
hyrax-2.1.0.rc4 app/views/_controls.html.erb
hyrax-2.1.0.rc3 app/views/_controls.html.erb
hyrax-2.1.0.rc2 app/views/_controls.html.erb
hyrax-2.1.0.rc1 app/views/_controls.html.erb
hyrax-1.1.0 app/views/_controls.html.erb
hyrax-2.1.0.beta2 app/views/_controls.html.erb
hyrax-2.0.2 app/views/_controls.html.erb
hyrax-2.1.0.beta1 app/views/_controls.html.erb
hyrax-2.0.1 app/views/_controls.html.erb
hyrax-2.0.0 app/views/_controls.html.erb
hyrax-2.0.0.rc3 app/views/_controls.html.erb
hyrax-2.0.0.rc2 app/views/_controls.html.erb