Sha256: 8868daa694edeb156aca76d326f9611cc2a52b5e43cdd44d35eeaf469d9af751
Contents?: true
Size: 682 Bytes
Versions: 9
Compression:
Stored size: 682 Bytes
Contents
<% @documents.each do |document| %> <h1><%= citation_title(document) %></h1> <% if document.respond_to?(:export_as_mla_citation_txt) %> <h4><%= t('blacklight.citation.mla') %></h4> <%= document.send(:export_as_mla_citation_txt).html_safe %><br/><br/> <% end %> <% if document.respond_to?(:export_as_apa_citation_txt) %> <h4><%= t('blacklight.citation.apa') %></h4> <%= document.send(:export_as_apa_citation_txt).html_safe %><br/><br/> <% end %> <%- if document.respond_to?(:export_as_chicago_citation_txt) -%> <h4><%= t('blacklight.citation.chicago') %></h4> <%= document.send(:export_as_chicago_citation_txt).html_safe %> <%- end -%> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems