moved partial into other directory
This commit is contained in:
5
app/views/spree/digitals/_digital.html.erb
Normal file
5
app/views/spree/digitals/_digital.html.erb
Normal 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 %>
|
||||
Reference in New Issue
Block a user