Sha256: f1535f5200e9e450daa6d214ae87739b08e9089feaddc0fad90b5097332583a6
Contents?: true
Size: 418 Bytes
Versions: 14
Compression:
Stored size: 418 Bytes
Contents
<div id="work"> <h2 class="resource_title"><%= t('page.listing', :model => t('activerecord.models.work')) -%></h2> <table class="index"> <%- @works.each do |work| -%> <tr class="line<%= cycle("0", "1") -%>"> <td> [W] <%= render 'manifestations/show_index', :manifestation => work -%> </td> </tr> <%- end -%> </table> <%= paginate(@works, :param_name => :work_page, :remote => true) -%> </div>
Version data entries
14 entries across 14 versions & 2 rubygems