Sha256: 6cc571f1419844bc6e4990e08f61e115b9dc7b587ff17b447147f619e8ca11e5
Contents?: true
Size: 883 Bytes
Versions: 19
Compression:
Stored size: 883 Bytes
Contents
<% if manifestation %> <% cache([:manifestation => manifestation.id, :fragment => 'pickup_html', :role => current_user_role_name, :locale => @locale]) do %> <div id="pickup_book_jacket"> <%= book_jacket(manifestation) -%> </div> <div style="float: left"> <% if defined?(EnjuSubject) %> <p> <strong><%= t('activerecord.models.subject') -%>:</strong> <%- manifestation.subjects.each do |subject| -%> <%= link_to subject.term, manifestations_path(:query => "subject_sm:#{h(subject.term)}") -%> <%- end -%> </p> <% end %> </div> <div style="clear: both"></div> <div style="margin-top: 5px"> <%= render 'manifestations/show_index', :manifestation => manifestation -%> <%= render 'manifestations/holding', :manifestation => manifestation -%> </div> <% end %> <% end %>
Version data entries
19 entries across 19 versions & 1 rubygems