Sha256: 526256fa6e7e463fe294b60953ffac5495c021a5edfe35a0c70ff2f762eaf4ae

Contents?: true

Size: 1.05 KB

Versions: 22

Compression:

Stored size: 1.05 KB

Contents

<%= render 'paginate_id_link', manifestation: @parent, manifestation_ids: @manifestation_ids %>

<h2 class="resource_title">
  [M]
  <%= link_to @parent.original_title, @parent, itemprop: 'name' -%>
  <% if @parent.serial? %>
    <%= image_tag('icons/newspaper.png', size: '16x16', alt: t('manifestation.serial')) -%>
  <%- end -%>
  <%= link_to form_icon(@parent.carrier_type), @parent -%>
</h2>

<div class="search_form">
<%= form_for :manifestations, url: manifestations_path, 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 'parent_id', @parent.id -%>
    <%= hidden_field_tag 'reservable', h(@reservable) if @reservable -%>
    <% if can? :update, Manifestation %>
      <%= 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

22 entries across 22 versions & 2 rubygems

Version Path
enju_flower-0.1.1 app/views/manifestations/_index_form_parent.html.erb
enju_flower-0.1.0 app/views/manifestations/_index_form_parent.html.erb
enju_biblio-0.1.1 app/views/manifestations/_index_form_parent.html.erb
enju_biblio-0.1.0 app/views/manifestations/_index_form_parent.html.erb
enju_flower-0.1.0.pre24 app/views/manifestations/_index_form_parent.html.erb
enju_biblio-0.1.0.pre71 app/views/manifestations/_index_form_parent.html.erb
enju_biblio-0.1.0.pre70 app/views/manifestations/_index_form_parent.html.erb
enju_biblio-0.1.0.pre69 app/views/manifestations/_index_form_parent.html.erb
enju_flower-0.1.0.pre23 app/views/manifestations/_index_form_parent.html.erb
enju_biblio-0.1.0.pre68 app/views/manifestations/_index_form_parent.html.erb
enju_biblio-0.1.0.pre67 app/views/manifestations/_index_form_parent.html.erb
enju_flower-0.1.0.pre22 app/views/manifestations/_index_form_parent.html.erb
enju_biblio-0.1.0.pre66 app/views/manifestations/_index_form_parent.html.erb
enju_biblio-0.1.0.pre65 app/views/manifestations/_index_form_parent.html.erb
enju_flower-0.1.0.pre21 app/views/manifestations/_index_form_parent.html.erb
enju_biblio-0.1.0.pre64 app/views/manifestations/_index_form_parent.html.erb
enju_biblio-0.1.0.pre63 app/views/manifestations/_index_form_parent.html.erb
enju_biblio-0.1.0.pre62 app/views/manifestations/_index_form_parent.html.erb
enju_biblio-0.1.0.pre61 app/views/manifestations/_index_form_parent.html.erb
enju_flower-0.1.0.pre20 app/views/manifestations/_index_form_parent.html.erb