Sha256: 19d99e05e9d49bae825e8822f6380e4e3473d215e03831594f0f40923824d9e8

Contents?: true

Size: 1.15 KB

Versions: 53

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

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
enju_circulation-0.1.0.pre11 app/views/reserves/_title.html.erb
enju_circulation-0.1.0.pre10 app/views/reserves/_title.html.erb
enju_circulation-0.1.0.pre9 app/views/reserves/_title.html.erb
enju_circulation-0.1.0.pre8 app/views/reserves/_title.html.erb
enju_circulation-0.1.0.pre7 app/views/reserves/_title.html.erb
enju_circulation-0.1.0.pre6 app/views/reserves/_title.html.erb
enju_circulation-0.1.0.pre5 app/views/reserves/_title.html.erb
enju_circulation-0.1.0.pre4 app/views/reserves/_title.html.erb
enju_circulation-0.1.0.pre3 app/views/reserves/_title.html.erb
enju_circulation-0.1.0.pre2 app/views/reserves/_title.html.erb
enju_circulation-0.1.0.pre app/views/reserves/_title.html.erb
enju_circulation-0.0.71 app/views/reserves/_title.html.erb
enju_circulation-0.0.70 app/views/reserves/_title.html.erb
enju_circulation-0.0.69 app/views/reserves/_title.html.erb
enju_circulation-0.0.68 app/views/reserves/_title.html.erb
enju_circulation-0.0.67 app/views/reserves/_title.html.erb
enju_circulation-0.0.66 app/views/reserves/_title.html.erb
enju_circulation-0.0.65 app/views/reserves/_title.html.erb
enju_circulation-0.0.64 app/views/reserves/_title.html.erb
enju_circulation-0.0.63 app/views/reserves/_title.html.erb