Sha256: 9a83f36befd3f40dfb9709beeff91547f96d27d31d2291102516c4a653d1d845

Contents?: true

Size: 1.27 KB

Versions: 26

Compression:

Stored size: 1.27 KB

Contents

<% if reserve.manifestation %>
  <strong><%= link_to title_with_volume_number(reserve.manifestation), reserve -%></strong>
  (<%= link_to t('reserve.bibliographic_detail'), reserve.manifestation %>)
    <br />
    <%- if reserve.manifestation.creators.readable_by(current_user).exists? -%>
      <%= t('agent.creator') -%>: <%= agents_list(reserve.manifestation.creators.readable_by(current_user)) -%>
    <%- end -%>
    <%- if reserve.manifestation.contributors.readable_by(current_user).exists? -%>
      <%= t('agent.contributor') -%>: <%= agents_list(reserve.manifestation.contributors.readable_by(current_user)) -%>
    <%- end -%>
    <%- if reserve.manifestation.publishers.readable_by(current_user).exists? -%>
      <%= t('agent.publisher') -%>: <%= agents_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', class: 'enju_icon', alt: 'Web'), reserve.manifestation.access_address -%>
    <%- end -%>
<% end %>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
enju_circulation-0.3.11 app/views/reserves/_title.html.erb
enju_circulation-0.3.10 app/views/reserves/_title.html.erb
enju_circulation-0.3.9 app/views/reserves/_title.html.erb
enju_circulation-0.4.0.rc.1 app/views/reserves/_title.html.erb
enju_circulation-0.3.8 app/views/reserves/_title.html.erb
enju_circulation-0.3.7 app/views/reserves/_title.html.erb
enju_circulation-0.4.0.beta.4 app/views/reserves/_title.html.erb
enju_circulation-0.4.0.beta.3 app/views/reserves/_title.html.erb
enju_circulation-0.3.6 app/views/reserves/_title.html.erb
enju_circulation-0.4.0.beta.2 app/views/reserves/_title.html.erb
enju_circulation-0.4.0.beta.1 app/views/reserves/_title.html.erb
enju_circulation-0.3.5 app/views/reserves/_title.html.erb
enju_circulation-0.3.4 app/views/reserves/_title.html.erb
enju_circulation-0.3.3 app/views/reserves/_title.html.erb
enju_circulation-0.3.2 app/views/reserves/_title.html.erb
enju_circulation-0.3.1 app/views/reserves/_title.html.erb
enju_circulation-0.3.0 app/views/reserves/_title.html.erb
enju_circulation-0.3.0.rc.1 app/views/reserves/_title.html.erb
enju_circulation-0.3.0.beta.1 app/views/reserves/_title.html.erb
enju_circulation-0.2.5 app/views/reserves/_title.html.erb