Sha256: 71f0d9d1cba0b8a0df0af179792e0da5945df80739c44c8c4c06a9a1a9a0f9f6

Contents?: true

Size: 959 Bytes

Versions: 11

Compression:

Stored size: 959 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, reserve.manifestation.access_address -%>
      <%= link_to image_tag('icons/world_go.png', :size => '16x16', :alt => 'Web'), reserve.manifestation.access_address -%>
    <%- end -%>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
enju_circulation-0.0.28 app/views/reserves/_title.html.erb
enju_circulation-0.0.27 app/views/reserves/_title.html.erb
enju_circulation-0.0.26 app/views/reserves/_title.html.erb
enju_circulation-0.0.25 app/views/reserves/_title.html.erb
enju_circulation-0.0.24 app/views/reserves/_title.html.erb
enju_circulation-0.0.23 app/views/reserves/_title.html.erb
enju_circulation-0.0.22 app/views/reserves/_title.html.erb
enju_circulation-0.0.21 app/views/reserves/_title.html.erb
enju_circulation-0.0.20 app/views/reserves/_title.html.erb
enju_circulation-0.0.19 app/views/reserves/_title.html.erb
enju_circulation-0.0.18 app/views/reserves/_title.html.erb