Sha256: 1260fa8042093d84c94e32e4425f55f06449578a1fb3c418fa948ccaeaab73b5
Contents?: true
Size: 749 Bytes
Versions: 3
Compression:
Stored size: 749 Bytes
Contents
<table class="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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
enju_biblio-0.0.3 | app/views/manifestations/_list.html.erb |
enju_biblio-0.0.2 | app/views/manifestations/_list.html.erb |
enju_biblio-0.0.1 | app/views/manifestations/_list.html.erb |