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

4 lines
174 B
Text

<%= render :layout => 'layouts/file' do %>
&nbsp;
<%= render :partial => 'common/file', :locals => {:content => @content, :filename => @attachment.filename} %>
<% end %>