Sha256: ff5634cdfd0110a706dbccd02bfc84593f621e29f8e6ce5c80dd4381710e83de
Contents?: true
Size: 569 Bytes
Versions: 2
Compression:
Stored size: 569 Bytes
Contents
<% #Using the Bootstrap Pagination class -%> <% if @previous_document || @next_document %> <div id="previousNextDocument"> <div class="page_links"> <%= link_to_previous_document @previous_document %> | <%= item_page_entry_info %> | <%= link_to_next_document @next_document %> </div> <div class="pull-right search-widgets"> <%= link_back_to_catalog :class => 'btn' %> <%=link_to "#{t('blacklight.search.start_over')}", catalog_index_path, :id=>"startOverLink", :class => 'btn' %> </div> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blacklight-5.0.0.pre2 | app/views/catalog/_previous_next_doc.html.erb |
blacklight-5.0.0.pre1 | app/views/catalog/_previous_next_doc.html.erb |