Sha256: efb411491f70e0c25a0f70f9cd10a8af3fa1c1606e52f681793527ee517ae486

Contents?: true

Size: 654 Bytes

Versions: 39

Compression:

Stored size: 654 Bytes

Contents

<div class="search_form">
<%= form_for :manifestations, url: manifestations_path(creator_id: @index_agent[:creator].id), html: {method: 'get'} do -%>
  <p>
    <%= label_tag :search_form_top, t('page.search_term') -%>:
    <%= search_field_tag 'query', h(@query), {id: 'search_form_top', class: 'search_form', placeholder: t('page.search_term')} -%>
    <%= hidden_field_tag 'reservable', h(@reservable) if @reservable -%>
    <% if policy(Create).create? %>
      <%= render 'page/add' %>
    <% end %>
    <%= submit_tag t('page.search') -%>
    <br />
    <%= link_to t('page.advanced_search'), page_advanced_search_path -%>
  </p>
<%- end -%>
</div>

Version data entries

39 entries across 38 versions & 2 rubygems

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