Sha256: 6170bec85369d16707388712bdbf4f32d2c017a62469b39ad2b4e454d2871623

Contents?: true

Size: 586 Bytes

Versions: 18

Compression:

Stored size: 586 Bytes

Contents

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

<h1><%= citation_title(document) %></h1>

<% if document.respond_to?(:export_as_mla_citation_txt) %>
  <h4>MLA</h4>
  <%= document.send(:export_as_mla_citation_txt).html_safe %><br/><br/>
<% end %>

<% if document.respond_to?(:export_as_apa_citation_txt) %>
  <h4>APA</h4>
  <%= document.send(:export_as_apa_citation_txt).html_safe %><br/><br/>
<% end %>

<%- if document.respond_to?(:export_as_chicago_citation_txt) -%>
  <h4>Chicago</h4>
  <%= document.send(:export_as_chicago_citation_txt).html_safe %>
<%- end -%>

<% end %>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
blacklight-3.4.2 app/views/catalog/_citation.html.erb
blacklight-3.4.1 app/views/catalog/_citation.html.erb
blacklight-3.4.0 app/views/catalog/_citation.html.erb
blacklight-3.3.2 app/views/catalog/_citation.html.erb
blacklight-3.3.1 app/views/catalog/_citation.html.erb
blacklight-3.3.0 app/views/catalog/_citation.html.erb
blacklight-3.2.2 app/views/catalog/_citation.html.erb
blacklight-3.2.1 app/views/catalog/_citation.html.erb
blacklight-3.2.0 app/views/catalog/_citation.html.erb
blacklight-3.2.0pre2 app/views/catalog/_citation.html.erb
blacklight-3.2.0pre1 app/views/catalog/_citation.html.erb
blacklight-3.1.2 app/views/catalog/_citation.html.erb
blacklight-3.1.1 app/views/catalog/_citation.html.erb
blacklight-3.1.0 app/views/catalog/_citation.html.erb
blacklight-3.0.0 app/views/catalog/_citation.html.erb
blacklight-3.0.0pre8 app/views/catalog/_citation.html.erb
blacklight-3.0.0pre7 app/views/catalog/_citation.html.erb
blacklight-3.0.0pre6 app/views/catalog/_citation.html.erb