Sha256: f98db07be7992cb6d0ebd0b0a954752ddb9acf117dd309b422be7383619f964a
Contents?: true
Size: 769 Bytes
Versions: 10
Compression:
Stored size: 769 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> <%= 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
10 entries across 10 versions & 1 rubygems