Sha256: 17990544d543b6e7e251d2b9c00f82e307496620be80077d82084e111898c836
Contents?: true
Size: 769 Bytes
Versions: 6
Compression:
Stored size: 769 Bytes
Contents
<table class="table table-striped index" id="manifestation_list"> <%= render manifestations %> </table> <%= will_paginate(manifestations) -%> <br /> <div> <%- if manifestations and manifestations.size > Manifestation.per_page.div(2) -%> <%= form_for :manifestations, :html => {:method => 'get'} do -%> <p> <%= 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
6 entries across 6 versions & 1 rubygems