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