Sha256: da0bbfc69cc7b14543815dedb442b545518d7f7daad53c6c2185568925b5fd54
Contents?: true
Size: 408 Bytes
Versions: 4
Compression:
Stored size: 408 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 %> <% end %> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems