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