Sha256: c5afc8457a003aeb5d5fbff54a6808eff91522c67f26ffbd6e56bc8a29908c90
Contents?: true
Size: 454 Bytes
Versions: 14
Compression:
Stored size: 454 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> <%= will_paginate(@works, :param_name => :work_page, :class => 'content_pagination digg_pagination') -%> </div>
Version data entries
14 entries across 14 versions & 1 rubygems