##// END OF EJS Templates
Show open and closed issues from "Issues by" version links....
Jean-Philippe Lang -
r5067:95c7140cdfc5
parent child
Show More
@@ -19,8 +19,8
19 :action => 'index',
19 :action => 'index',
20 :project_id => version.project,
20 :project_id => version.project,
21 :set_filter => 1,
21 :set_filter => 1,
22 :fixed_version_id => version,
22 :status_id => '*',
23 "#{criteria}_id" => count[:group]} %>
23 :fixed_version_id => version}.merge("#{criteria}_id".to_sym => count[:group]) %>
24 </td>
24 </td>
25 <td width="240px">
25 <td width="240px">
26 <%= progress_bar((count[:closed].to_f / count[:total])*100,
26 <%= progress_bar((count[:closed].to_f / count[:total])*100,
General Comments 0
You need to be logged in to leave comments. Login now