Sha256: be62f05712101abf272f93092bfce8a5c67ea9a8ece7341d0724284b7a79dda5
Contents?: true
Size: 1.16 KB
Versions: 5
Compression:
Stored size: 1.16 KB
Contents
<% @page_title = t('blacklight.pages.explore.title') + " - " + application_name %> <div class="col-sm-9 explore_content"> <h2><%= t('blacklight.pages.explore.title') %></h2> <ul class="page_list"> <% if t('blacklight.home.browse.maps.enabled') %> <li> <%= link_to t('blacklight.maps.title'), map_path %><br/> <%= t('blacklight.home.browse.maps.tagline') %> </li> <% end %> <% if t('blacklight.home.browse.collections.enabled') %> <li> <%= link_to t('blacklight.collections.index.title'), collections_path %><br/> <%= t('blacklight.home.browse.collections.tagline') %> </li> <% end %> <% if t('blacklight.home.browse.institutions.enabled') %> <li> <%= link_to t('blacklight.institutions.title'), institutions_path %><br/> <%= t('blacklight.home.browse.institutions.tagline') %> </li> <% end %> <% if t('blacklight.home.browse.formats.enabled') %> <li> <%= link_to t('blacklight.navigation.format'), formats_facet_path %><br/> <%= t('blacklight.home.browse.formats.tagline') %> </li> <% end %> </ul> </div>
Version data entries
5 entries across 5 versions & 1 rubygems