"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:
Jean-Philippe Lang 2006-12-10 20:18:13 +00:00
parent 55ed70529a
commit bab9c40dcc
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<h2><%= @issue.tracker.name %> #<%= @issue.id %> - <%= @issue.subject %></h2>
<div class="topright">
<small>
<%= l(:label_export_to) %>&nbsp;
<%= link_to 'PDF', :action => 'export_pdf', :id => @issue %>
</small>
</div>