Sha256: a146aa444abab5b025a65e48830441ad80af21841fffd499074f2a871b676690
Contents?: true
Size: 687 Bytes
Versions: 2
Compression:
Stored size: 687 Bytes
Contents
<% @documents.each do |document| %> <h1 class="modal-title"><%= document_heading(document) %></h1> <% if document.respond_to?(:export_as_mla_citation_txt) %> <h2><%= t('blacklight.citation.mla') %></h2> <%= document.send(:export_as_mla_citation_txt).html_safe %><br/><br/> <% end %> <% if document.respond_to?(:export_as_apa_citation_txt) %> <h2><%= t('blacklight.citation.apa') %></h2> <%= document.send(:export_as_apa_citation_txt).html_safe %><br/><br/> <% end %> <%- if document.respond_to?(:export_as_chicago_citation_txt) -%> <h2><%= t('blacklight.citation.chicago') %></h2> <%= document.send(:export_as_chicago_citation_txt).html_safe %> <%- end -%> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blacklight-7.0.0 | app/views/catalog/_citation.html.erb |
blacklight-7.0.0.rc2 | app/views/catalog/_citation.html.erb |