Sha256: e21ba9ff64c9f5049cd122323cd2e89236b5921c3b0022a7a0a181e7d9d94bef
Contents?: true
Size: 800 Bytes
Versions: 24
Compression:
Stored size: 800 Bytes
Contents
<table class="table table-striped index" id="manifestation_list"> <%= render manifestations %> </table> <%= paginate(manifestations) -%> <br /> <div> <%- if manifestations and manifestations.size > @manifestations.limit_value.div(2) -%> <%= form_for :manifestations, :html => {:method => 'get'} do -%> <p> <%= label_tag :search_form_bottom, t('page.search_term') -%>: <%= search_field_tag 'query', h(@query), {:id => 'search_form_bottom', :class => 'search_form', :placeholder => t('page.search_term')} -%> <%= hidden_field_tag 'reservable', h(@reservable) if @reservable -%> <%= submit_tag t('page.search') -%> <br /> <%= link_to t('page.advanced_search'), page_advanced_search_path -%> </p> <%- end -%> <%- end -%> </div>
Version data entries
24 entries across 24 versions & 2 rubygems