Sha256: 5058957a2e56241a92a76e31a7e21d6d48be5f21d540c37885f9f7e67c0e54c0

Contents?: true

Size: 765 Bytes

Versions: 3

Compression:

Stored size: 765 Bytes

Contents

<div id="manifestation">
  <%= will_paginate(@manifestations, :param_name => :manifestation_page, :class => 'content_pagination digg_pagination') -%>
  <table class="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

3 entries across 3 versions & 1 rubygems

Version Path
enju_biblio-0.0.3 app/views/series_statements/_manifestation_list.html.erb
enju_biblio-0.0.2 app/views/series_statements/_manifestation_list.html.erb
enju_biblio-0.0.1 app/views/series_statements/_manifestation_list.html.erb