Sha256: 644c2473b0638f1537ed7890a08047f70f9de76b9c4c608d3a4c9d6005e7db70

Contents?: true

Size: 740 Bytes

Versions: 59

Compression:

Stored size: 740 Bytes

Contents

<div data-role="header">
<h1 class="title"><%= t('page.search_resource', model: t('page.resource')) -%></h1>
</div>

<div data-role="content">
  <div data-role="fieldcontain">
    <%= form_for :manifestations, html: {method: 'get'} do -%>
      <%= 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')} -%>
      <%= submit_tag t('page.search') -%>
    <% end %>
  </div>
</div>

<ul data-role="listview">
<% @manifestations.each do |manifestation| %>
  <li><%= link_to manifestation.original_title, manifestation %></li>
<% end %>
</ul>

<%= paginate(@manifestations, window: 0, theme: 'enju_leaf_mobile') %>

Version data entries

59 entries across 58 versions & 3 rubygems

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