##// 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 19 :action => 'index',
20 20 :project_id => version.project,
21 21 :set_filter => 1,
22 :fixed_version_id => version,
23 "#{criteria}_id" => count[:group]} %>
22 :status_id => '*',
23 :fixed_version_id => version}.merge("#{criteria}_id".to_sym => count[:group]) %>
24 24 </td>
25 25 <td width="240px">
26 26 <%= progress_bar((count[:closed].to_f / count[:total])*100,
General Comments 0
You need to be logged in to leave comments. Login now