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