mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 00:06:05 +02:00
git-svn-id: https://svn.redmine.org/redmine/trunk@24588 e93f8b46-1217-0410-a6f0-8f06a7374b81
9 lines
291 B
Plaintext
9 lines
291 B
Plaintext
<p class="pdf-full-view-link">
|
|
<%= link_to sprite_icon('maximize', l(:label_open_in_full_view)), path, :class => 'icon icon-maximize' %>
|
|
</p>
|
|
<div class="filecontent pdf">
|
|
<object data="<%= path %>" type="application/pdf">
|
|
<%= render :partial => 'common/other' %>
|
|
</object>
|
|
</div>
|