4 lines
174 B
Text
4 lines
174 B
Text
<%= render :layout => 'layouts/file' do %>
|
|
|
|
<%= render :partial => 'common/file', :locals => {:content => @content, :filename => @attachment.filename} %>
|
|
<% end %>
|