parent
e1b01f1c13
commit
9aec1d5de4
@ -1,5 +1,5 @@ |
||||
<h3><%= l(:different_formats) %></h3> |
||||
<% if params[:action] == "index" %> |
||||
<% if params[:action] == "index" or params[:action] == "all" %> |
||||
<%= link_to l(:print_with_description), :controller => 'issues', :action => 'printable', :project_id => @project %><br /> |
||||
<%= link_to l(:export_to_excel), :controller => 'issues', :action => 'index', :format => 'xls', :project_id => @project %><br /> |
||||
<% end %> |
||||
|
@ -1,3 +1,3 @@ |
||||
<% if params[:action] == "index" %> |
||||
<% if params[:action] == "index" or params[:action] == "all" %> |
||||
<%= link_to l(:print_with_description), :controller => 'issues', :action => 'printable', :project_id => @project %><br /> |
||||
<% end %> |
||||
<% end %> |
||||
|
Loading…
Reference in new issue