Sha256: 0cd20cc966d926267042700213b84d9c2fc38df16f40a8a0c676b96029286fc3
Contents?: true
Size: 787 Bytes
Versions: 6
Compression:
Stored size: 787 Bytes
Contents
<% if @parent %> <%= render 'manifestations/paginate_id_store', manifestation: @parent %> <% elsif @manifestation %> <%= render 'manifestations/paginate_id_store', manifestation: @manifestation %> <% end %> <%= form_for :manifestations, url: manifestations_path, html: {method: 'get'} do -%> <div> <span id="next_link"><%= t('page.next') %></span> <span id="prev_link"><%= t('page.previous') %></span> <%= back_to_manifestation_index -%> <%= label_tag :search_form_top, t('page.search_term') -%>: <%= search_field_tag 'query', @query, {id: 'search_form_top', class: 'search_form_short', placeholder: t('page.search_term')} -%> <%= submit_tag t('page.search') -%> <%= link_to t('page.advanced_search'), page_advanced_search_path -%> </div> <%- end -%>
Version data entries
6 entries across 6 versions & 1 rubygems