Sha256: 40df7fa56e0404482b87f8ef51153e37a1b552f84256afbd78057f8707cab4d2
Contents?: true
Size: 709 Bytes
Versions: 3
Compression:
Stored size: 709 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.series_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
3 entries across 3 versions & 1 rubygems