Sha256: 8c0d144759a9c027c9002294f7591f7210e7d77c93edbab471a4eba253cd33ca

Contents?: true

Size: 578 Bytes

Versions: 39

Compression:

Stored size: 578 Bytes

Contents

<% if defined?(EnjuBookmark) %>
  <%- if manifestation.tags.first -%>
    (<%= link_to "#", { onclick: "$('#tag_#{manifestation.id}').toggle(); return false;" } do t('activerecord.models.tag') end %>)
  <%- end -%>
  <%= render 'manifestations/show_tag', manifestation: manifestation -%>
<% end %>

<% if manifestation.items.available_for(current_user).count >= 1 %>
  <div id="holding_link_<%= manifestation.id %>">
    (<%= link_to t('page.holding'), manifestation_path(manifestation), remote: true %>)
  </div>
  <div id="holding_<%= manifestation.id -%>"></div>
<%- end -%>

Version data entries

39 entries across 38 versions & 2 rubygems

Version Path
enju_biblio-0.3.18 app/views/manifestations/_holding.html.erb
enju_biblio-0.3.17 app/views/manifestations/_holding.html.erb
enju_biblio-0.3.16 app/views/manifestations/_holding.html.erb
enju_biblio-0.3.15 app/views/manifestations/_holding.html.erb
enju_biblio-0.3.14 app/views/manifestations/_holding.html.erb
enju_biblio-0.3.13 app/views/manifestations/_holding.html.erb
enju_biblio-0.3.12 app/views/manifestations/_holding.html.erb
enju_biblio-0.3.11 app/views/manifestations/_holding.html.erb
enju_biblio-0.3.10 app/views/manifestations/_holding.html.erb
enju_biblio-0.3.10.rc.3 app/views/manifestations/_holding.html.erb
enju_biblio-0.3.10.rc.2 app/views/manifestations/_holding.html.erb
enju_biblio-0.3.10.rc.1 app/views/manifestations/_holding.html.erb
enju_biblio-0.3.9 app/views/manifestations/_holding.html.erb
enju_biblio-0.4.0.rc.1 app/views/manifestations/_holding.html.erb
enju_biblio-0.3.8 app/views/manifestations/_holding.html.erb
enju_biblio-0.3.7 app/views/manifestations/_holding.html.erb
enju_biblio-0.3.6 app/views/manifestations/_holding.html.erb
enju_biblio-0.4.0.beta.2 app/views/manifestations/_holding.html.erb
enju_biblio-0.4.0.beta.1 app/views/manifestations/_holding.html.erb
enju_biblio-0.3.5 app/views/manifestations/_holding.html.erb