##// END OF EJS Templates
"export to" label added on issues/show...
Jean-Philippe Lang -
r79:bab9c40dcc3d
parent child
Show More
@@ -1,6 +1,7
1 <h2><%= @issue.tracker.name %> #<%= @issue.id %> - <%= @issue.subject %></h2>
1 <h2><%= @issue.tracker.name %> #<%= @issue.id %> - <%= @issue.subject %></h2>
2 <div class="topright">
2 <div class="topright">
3 <small>
3 <small>
4 <%= l(:label_export_to) %>&nbsp;
4 <%= link_to 'PDF', :action => 'export_pdf', :id => @issue %>
5 <%= link_to 'PDF', :action => 'export_pdf', :id => @issue %>
5 </small>
6 </small>
6 </div>
7 </div>
General Comments 0
You need to be logged in to leave comments. Login now