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