Sha256: b45df8be312bc6c191f6cd3dfde579be081312bf36d5e6a6504763387401c17a

Contents?: true

Size: 727 Bytes

Versions: 4

Compression:

Stored size: 727 Bytes

Contents

<% @documents.each do |document| %>

  <h3><%= Deprecation.silence(Blacklight::BlacklightHelperBehavior) { citation_title(document) } %></h3>

<% 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

4 entries across 4 versions & 1 rubygems

Version Path
blacklight-4.9.0 app/views/catalog/_citation.html.erb
blacklight-4.8.0 app/views/catalog/_citation.html.erb
blacklight-4.7.0 app/views/catalog/_citation.html.erb
blacklight-4.7.0.pre1 app/views/catalog/_citation.html.erb