diff options
-rw-r--r-- | app/views/issues/show.rhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index 8128b74a9..81e4b9668 100644 --- a/app/views/issues/show.rhtml +++ b/app/views/issues/show.rhtml @@ -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>
|