Sha256: 547b021ccb8061fdb47bfaacaf341e0479c53b77121c522edc7ca9cdafcdef07
Contents?: true
Size: 713 Bytes
Versions: 33
Compression:
Stored size: 713 Bytes
Contents
<div id="manifestation"> <%= paginate(@manifestations, :param_name => :manifestation_page, :remote => true) -%> <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> <%= paginate(@manifestations, :param_name => :manifestation_page, :remote => true) -%> </div>
Version data entries
33 entries across 33 versions & 1 rubygems