Sha256: bc80a98759848573c69e74ae5afa390a634a7d0e863e9361358054c649161629
Contents?: true
Size: 468 Bytes
Versions: 9
Compression:
Stored size: 468 Bytes
Contents
<div id="work"> <%= will_paginate(@works, :param_name => :work_list_page, :class => 'content_pagination digg_pagination') -%> <ul> <%- @works.each do |work| -%> <li> [W] <%= link_to work.original_title, work -%> <%= patrons_list(work.creators.readable_by(current_user)) -%> </li> <%- end -%> </ul> <%= will_paginate(@works, :param_name => :work_list_page, :class => 'content_pagination digg_pagination') -%> </div>
Version data entries
9 entries across 9 versions & 1 rubygems