Sha256: 483172610118730dcf6cd9d5c2f464ab4d24eef92ccb84c0609ab70256194be4

Contents?: true

Size: 636 Bytes

Versions: 20

Compression:

Stored size: 636 Bytes

Contents

<div class="search_form">
<%= form_for :manifestations, :url => creator_manifestations_path(@index_patron[:creator]), :html => {:method => 'get'} do -%>
  <p>
    <%= 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 can? :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

20 entries across 20 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre11 app/views/manifestations/_index_form_creator.html.erb
enju_biblio-0.1.0.pre10 app/views/manifestations/_index_form_creator.html.erb
enju_biblio-0.1.0.pre9 app/views/manifestations/_index_form_creator.html.erb
enju_biblio-0.1.0.pre8 app/views/manifestations/_index_form_creator.html.erb
enju_biblio-0.1.0.pre7 app/views/manifestations/_index_form_creator.html.erb
enju_biblio-0.1.0.pre6 app/views/manifestations/_index_form_creator.html.erb
enju_biblio-0.1.0.pre5 app/views/manifestations/_index_form_creator.html.erb
enju_biblio-0.1.0.pre4 app/views/manifestations/_index_form_creator.html.erb
enju_biblio-0.1.0.pre3 app/views/manifestations/_index_form_creator.html.erb
enju_biblio-0.1.0.pre2 app/views/manifestations/_index_form_creator.html.erb
enju_biblio-0.1.0.pre app/views/manifestations/_index_form_creator.html.erb
enju_biblio-0.0.9 app/views/manifestations/_index_form_creator.html.erb
enju_biblio-0.0.8 app/views/manifestations/_index_form_creator.html.erb
enju_biblio-0.0.7 app/views/manifestations/_index_form_creator.html.erb
enju_biblio-0.0.6 app/views/manifestations/_index_form_creator.html.erb
enju_biblio-0.0.5 app/views/manifestations/_index_form_creator.html.erb
enju_biblio-0.0.4 app/views/manifestations/_index_form_creator.html.erb
enju_biblio-0.0.3 app/views/manifestations/_index_form_creator.html.erb
enju_biblio-0.0.2 app/views/manifestations/_index_form_creator.html.erb
enju_biblio-0.0.1 app/views/manifestations/_index_form_creator.html.erb