Sha256: 303425c5fbf079e9307fb8716a0e3e89752a135bd5c47ce6e7a8f44053bc8f35
Contents?: true
Size: 1.15 KB
Versions: 27
Compression:
Stored size: 1.15 KB
Contents
<strong><%= link_to title_with_volume_number(reserve.manifestation), reserve -%></strong> <br /> <%- if reserve.manifestation.creators.readable_by(current_user).exists? -%> <%= t('patron.creator') -%>: <%= patrons_list(reserve.manifestation.creators.readable_by(current_user)) -%> <%- end -%> <%- if reserve.manifestation.contributors.readable_by(current_user).exists? -%> <%= t('patron.contributor') -%>: <%= patrons_list(reserve.manifestation.contributors.readable_by(current_user)) -%> <%- end -%> <%- if reserve.manifestation.publishers.readable_by(current_user).exists? -%> <%= t('patron.publisher') -%>: <%= patrons_list(reserve.manifestation.publishers.readable_by(current_user)) -%> <%- if reserve.manifestation.pub_date.present? -%> (<%= reserve.manifestation.pub_date -%>) <%- end -%> <%- end -%> <%- if reserve.manifestation.access_address? -%> <br /> <%= link_to reserve.manifestation.access_address, manifestation.access_address -%> <%= link_to image_tag('icons/world_go.png', :size => '16x16', :alt => 'Web'), reserve.manifestation.access_address -%> <%- end -%>
Version data entries
27 entries across 27 versions & 2 rubygems