Sha256: d3395cc4a9174c6e7b51e6a9d7fee959a49307fa159ce009f133b42defdfec06

Contents?: true

Size: 687 Bytes

Versions: 96

Compression:

Stored size: 687 Bytes

Contents

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

  <h3 class="modal-title"><%= document_heading(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

96 entries across 96 versions & 1 rubygems

Version Path
blacklight-6.19.1 app/views/catalog/_citation.html.erb
blacklight-6.19.0 app/views/catalog/_citation.html.erb
blacklight-6.18.0 app/views/catalog/_citation.html.erb
blacklight-6.17.0 app/views/catalog/_citation.html.erb
blacklight-6.16.0 app/views/catalog/_citation.html.erb
blacklight-6.15.0 app/views/catalog/_citation.html.erb
blacklight-7.0.0.rc1 app/views/catalog/_citation.html.erb
blacklight-6.14.1 app/views/catalog/_citation.html.erb
blacklight-6.14.0 app/views/catalog/_citation.html.erb
blacklight-6.13.0 app/views/catalog/_citation.html.erb
blacklight-6.12.0 app/views/catalog/_citation.html.erb
blacklight-6.11.2 app/views/catalog/_citation.html.erb
blacklight-6.11.1 app/views/catalog/_citation.html.erb
blacklight-6.11.0 app/views/catalog/_citation.html.erb
blacklight-6.10.1 app/views/catalog/_citation.html.erb
blacklight-6.10.0 app/views/catalog/_citation.html.erb
blacklight-6.9.0 app/views/catalog/_citation.html.erb
blacklight-6.8.0 app/views/catalog/_citation.html.erb
blacklight-6.7.3 app/views/catalog/_citation.html.erb
blacklight-6.7.2 app/views/catalog/_citation.html.erb