Sha256: 94697a3ea1e485c71c2f8467e6de8470d1067de5ac47a825e1c27b6c5b99fc6b
Contents?: true
Size: 395 Bytes
Versions: 2
Compression:
Stored size: 395 Bytes
Contents
<div id="work"> <%= paginate(@works, :param_name => :work_list_page, :remote => true -%> <ul> <%- @works.each do |work| -%> <li> [W] <%= link_to work.original_title, work -%> <%= patrons_list(work.creators.readable_by(current_user)) -%> </li> <%- end -%> </ul> <%= paginate(@works, :param_name => :work_list_page, :remote => true) -%> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
enju_biblio-0.1.0.pre2 | app/views/patrons/_work_list.html.erb |
enju_biblio-0.1.0.pre | app/views/patrons/_work_list.html.erb |