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