moved partial into other directory

This commit is contained in:
Jakob
2012-05-14 15:05:21 +02:00
parent b7ef0a5b9d
commit 3025683638

View File

@@ -0,0 +1,5 @@
<% if digital.attachment_file_name.present? %>
<%= digital.attachment_file_name %> (<%= number_to_human_size(digital.attachment_file_size) %>)
<% else %>
<%=t 'broken_file' %>
<% end %>