Files
Redmine/app/views/common/_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

9 lines
267 B
Plaintext

<p class="pdf-full-view-link">
<%= link_to l(:label_open_in_full_view, :default => l(:button_download)), path %>
</p>
<div class="filecontent pdf">
<object data="<%= path %>" type="application/pdf">
<%= render :partial => 'common/other' %>
</object>
</div>