diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-12-10 20:18:13 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-12-10 20:18:13 +0000 |
commit | bab9c40dcc3d784dffb6962fa768c71575b292c5 (patch) | |
tree | 69b9a314d6fc032f5f0ced1275edda2804a6a218 | |
parent | 55ed70529aefdb3029f5ab72169b2f7909b2f2a3 (diff) | |
download | redmine-bab9c40dcc3d784dffb6962fa768c71575b292c5.tar.gz redmine-bab9c40dcc3d784dffb6962fa768c71575b292c5.zip |
"export to" label added on issues/show
git-svn-id: http://redmine.rubyforge.org/svn/trunk@82 e93f8b46-1217-0410-a6f0-8f06a7374b81
-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>
|