##// END OF EJS Templates
Fixed: 'View all issues' link doesn't work on issues/show....
Jean-Philippe Lang -
r924:3baf086e2d8e
parent child
Show More
@@ -4,7 +4,7
4 <% end %>
4 <% end %>
5
5
6 <h3><%= l(:label_issue_plural) %></h3>
6 <h3><%= l(:label_issue_plural) %></h3>
7 <%= link_to l(:label_issue_view_all), { :set_filter => 1 } %><br />
7 <%= link_to l(:label_issue_view_all), { :controller => 'issues', :action => 'index', :project_id => @project, :set_filter => 1 } %><br />
8 <%= link_to l(:field_summary), :controller => 'reports', :action => 'issue_report', :id => @project %><br />
8 <%= link_to l(:field_summary), :controller => 'reports', :action => 'issue_report', :id => @project %><br />
9 <%= link_to l(:label_change_log), :controller => 'projects', :action => 'changelog', :id => @project %>
9 <%= link_to l(:label_change_log), :controller => 'projects', :action => 'changelog', :id => @project %>
10
10
General Comments 0
You need to be logged in to leave comments. Login now