suitepro/app/views/attachments/image.html.erb
2018-02-02 22:19:29 +01:00

3 lines
215 B
Text

<%= render :layout => 'layouts/file' do %>
<%= render :partial => 'common/image', :locals => {:path => download_named_attachment_path(@attachment, @attachment.filename), :alt => @attachment.filename} %>
<% end %>