Sha256: ae5edae8de0118dfc4e409432369baa8858dd769ecd34cd9420d94e2c3e88993

Contents?: true

Size: 665 Bytes

Versions: 20

Compression:

Stored size: 665 Bytes

Contents

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

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

20 entries across 20 versions & 1 rubygems

Version Path
blacklight-4.6.3 app/views/catalog/_citation.html.erb
blacklight-4.6.2 app/views/catalog/_citation.html.erb
blacklight-4.6.1 app/views/catalog/_citation.html.erb
blacklight-4.6.0 app/views/catalog/_citation.html.erb
blacklight-4.5.0 app/views/catalog/_citation.html.erb
blacklight-4.5.0.rc1 app/views/catalog/_citation.html.erb
blacklight-4.4.2 app/views/catalog/_citation.html.erb
blacklight-4.4.1 app/views/catalog/_citation.html.erb
blacklight-4.4.0 app/views/catalog/_citation.html.erb
blacklight-4.3.0 app/views/catalog/_citation.html.erb
blacklight-4.2.2 app/views/catalog/_citation.html.erb
blacklight-4.2.1 app/views/catalog/_citation.html.erb
blacklight-4.2.0 app/views/catalog/_citation.html.erb
blacklight-4.1.0 app/views/catalog/_citation.html.erb
blacklight-4.0.1 app/views/catalog/_citation.html.erb
blacklight-4.0.0 app/views/catalog/_citation.html.erb
blacklight-4.0.0.rc2 app/views/catalog/_citation.html.erb
blacklight-4.0.0.rc1 app/views/catalog/_citation.html.erb
blacklight-4.0.0.pre7 app/views/catalog/_citation.html.erb
blacklight-4.0.0.pre6 app/views/catalog/_citation.html.erb