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