Sha256: 9bd576704d0f4a9a1451e38166d36e30a699a4adc8e226d4c161f3484b0557fd

Contents?: true

Size: 881 Bytes

Versions: 9

Compression:

Stored size: 881 Bytes

Contents

<div id="manifestation">
  <%= will_paginate(@manifestations, :param_name => :manifestation_list_page, :class => 'content_pagination digg_pagination') -%>
  <ul>
    <%- @manifestations.each do |manifestation| -%>
      <li>
        [M]
        <%= link_to manifestation.original_title, manifestation -%>
        <%= form_icon(manifestation.carrier_type) -%>
        <%= patrons_list(manifestation.creators.readable_by(current_user)) -%>
        <%= patrons_list(manifestation.contributors.readable_by(current_user)) -%>
        <%= patrons_list(manifestation.publishers.readable_by(current_user)) -%>
        <%- if manifestation.pub_date? -%>
          (<%= manifestation.pub_date -%>)
        <%- end -%>
      </li>
    <%- end -%>
  </ul>
  <%= will_paginate(@manifestations, :param_name => :manifestation_list_page, :class => 'content_pagination digg_pagination') -%>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
enju_biblio-0.0.9 app/views/patrons/_manifestation_list.html.erb
enju_biblio-0.0.8 app/views/patrons/_manifestation_list.html.erb
enju_biblio-0.0.7 app/views/patrons/_manifestation_list.html.erb
enju_biblio-0.0.6 app/views/patrons/_manifestation_list.html.erb
enju_biblio-0.0.5 app/views/patrons/_manifestation_list.html.erb
enju_biblio-0.0.4 app/views/patrons/_manifestation_list.html.erb
enju_biblio-0.0.3 app/views/patrons/_manifestation_list.html.erb
enju_biblio-0.0.2 app/views/patrons/_manifestation_list.html.erb
enju_biblio-0.0.1 app/views/patrons/_manifestation_list.html.erb