9 lines
245 B
Plaintext
9 lines
245 B
Plaintext
<p>
|
|
<%= link_to document.attachment, target: "_blank" do %>
|
|
<%= document.title %>
|
|
(<%= document.humanized_content_type %>
|
|
|
|
|
<%= number_to_human_size(document.attachment_file_size, precision: 2) %>)
|
|
<% end %>
|
|
</p>
|