"export to" label added on issues/show
git-svn-id: http://redmine.rubyforge.org/svn/trunk@82 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
55ed70529a
commit
bab9c40dcc
|
@ -1,6 +1,7 @@
|
|||
<h2><%= @issue.tracker.name %> #<%= @issue.id %> - <%= @issue.subject %></h2>
|
||||
<div class="topright">
|
||||
<small>
|
||||
<%= l(:label_export_to) %>
|
||||
<%= link_to 'PDF', :action => 'export_pdf', :id => @issue %>
|
||||
</small>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue