Sha256: 520faa31f578c38ecfe857efbc305757c3db944ba82607ba657e605ef833c4c1

Contents?: true

Size: 785 Bytes

Versions: 6

Compression:

Stored size: 785 Bytes

Contents

<div id="manifestation">
  <%= will_paginate(@manifestations, :param_name => :manifestation_page, :class => 'content_pagination digg_pagination') -%>
  <table class="table table-striped index">
    <%- @manifestations.each do |manifestation| -%>
      <% next if manifestation.periodical_master? %>
      <tr class="line<%= cycle("0", "1") -%>">
        <td>
          <%= render 'manifestations/show_index', :manifestation => manifestation %>
          <% if manifestation.items.exists? %>
            <%= render 'manifestations/show_holding', :manifestation => manifestation %>
          <% end %>
        </td>
      </tr>
    <%- end -%>
  </table>
  <%= will_paginate(@manifestations, :param_name => :manifestation_page, :class => 'content_pagination digg_pagination') -%>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
enju_biblio-0.0.9 app/views/series_statements/_manifestation_list.html.erb
enju_biblio-0.0.8 app/views/series_statements/_manifestation_list.html.erb
enju_biblio-0.0.7 app/views/series_statements/_manifestation_list.html.erb
enju_biblio-0.0.6 app/views/series_statements/_manifestation_list.html.erb
enju_biblio-0.0.5 app/views/series_statements/_manifestation_list.html.erb
enju_biblio-0.0.4 app/views/series_statements/_manifestation_list.html.erb