Sha256: 576148091138f67a7cb18a245edd06e7560a197f19de5c0f13030094937aee6a

Contents?: true

Size: 766 Bytes

Versions: 1

Compression:

Stored size: 766 Bytes

Contents

<table class="table table-striped index" id="manifestation_list">
  <%= render manifestations %>
</table>

<%= paginate(manifestations) -%>
<br />

<div>
  <%- if manifestations and manifestations.size > @manifestations.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

1 entries across 1 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre app/views/manifestations/_list.html.erb