Files
Redmine/app/views/attachments/pdf.html.erb
Go MAEDA f8e0467505 Add the missing file from r24460 (#22483).
git-svn-id: https://svn.redmine.org/redmine/trunk@24462 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-02-25 03:30:49 +00:00

5 lines
196 B
Plaintext

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