Sha256: b80b66a7de946c0211197dcc4a5c605dee43bd538bff6aded5156cf0d386598f

Contents?: true

Size: 951 Bytes

Versions: 10

Compression:

Stored size: 951 Bytes

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.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

10 entries across 10 versions & 1 rubygems

Version Path
enju_circulation-0.0.17 app/views/reserves/_title.html.erb
enju_circulation-0.0.16 app/views/reserves/_title.html.erb
enju_circulation-0.0.15 app/views/reserves/_title.html.erb
enju_circulation-0.0.14 app/views/reserves/_title.html.erb
enju_circulation-0.0.13 app/views/reserves/_title.html.erb
enju_circulation-0.0.12 app/views/reserves/_title.html.erb
enju_circulation-0.0.11 app/views/reserves/_title.html.erb
enju_circulation-0.0.10 app/views/reserves/_title.html.erb
enju_circulation-0.0.9 app/views/reserves/_title.html.erb
enju_circulation-0.0.8 app/views/reserves/_title.html.erb