mirror of
https://github.com/redmine/redmine.git
synced 2026-04-13 07:58:18 +02:00
git-svn-id: https://svn.redmine.org/redmine/trunk@24462 e93f8b46-1217-0410-a6f0-8f06a7374b81
9 lines
267 B
Plaintext
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>
|