Sha256: f8e400ff0c515aa17e7eb064dabb6ed44fad3b0a701018751b28bb289fd46570

Contents?: true

Size: 785 Bytes

Versions: 62

Compression:

Stored size: 785 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

62 entries across 61 versions & 3 rubygems

Version Path
enju_biblio-0.3.18 app/views/manifestations/_list.html.erb
enju_biblio-0.3.17 app/views/manifestations/_list.html.erb
enju_biblio-0.3.16 app/views/manifestations/_list.html.erb
enju_biblio-0.3.15 app/views/manifestations/_list.html.erb
enju_biblio-0.3.14 app/views/manifestations/_list.html.erb
enju_biblio-0.3.13 app/views/manifestations/_list.html.erb
enju_biblio-0.3.12 app/views/manifestations/_list.html.erb
enju_biblio-0.3.11 app/views/manifestations/_list.html.erb
enju_biblio-0.3.10 app/views/manifestations/_list.html.erb
enju_biblio-0.3.10.rc.3 app/views/manifestations/_list.html.erb
enju_biblio-0.3.10.rc.2 app/views/manifestations/_list.html.erb
enju_biblio-0.3.10.rc.1 app/views/manifestations/_list.html.erb
enju_biblio-0.3.9 app/views/manifestations/_list.html.erb
enju_biblio-0.4.0.rc.1 app/views/manifestations/_list.html.erb
enju_biblio-0.3.8 app/views/manifestations/_list.html.erb
enju_biblio-0.3.7 app/views/manifestations/_list.html.erb
enju_biblio-0.3.6 app/views/manifestations/_list.html.erb
enju_biblio-0.4.0.beta.2 app/views/manifestations/_list.html.erb
enju_biblio-0.4.0.beta.1 app/views/manifestations/_list.html.erb
enju_biblio-0.3.5 app/views/manifestations/_list.html.erb