@@ -14,11 +14,11 | |||
|
14 | 14 | <% counts.each do |count| %> |
|
15 | 15 | <tr> |
|
16 | 16 | <td width="130px" align="right" > |
|
17 |
|
|
|
17 | <% if count[:group] -%> | |
|
18 | 18 | <%= link_to(h(count[:group]), project_issues_path(version.project, :set_filter => 1, :status_id => '*', :fixed_version_id => version, "#{criteria}_id" => count[:group])) %> |
|
19 |
|
|
|
19 | <% else -%> | |
|
20 | 20 | <%= link_to(l(:label_none), project_issues_path(version.project, :set_filter => 1, :status_id => '*', :fixed_version_id => version, "#{criteria}_id" => "!*")) %> |
|
21 |
|
|
|
21 | <% end %> | |
|
22 | 22 | </td> |
|
23 | 23 | <td width="240px"> |
|
24 | 24 | <%= progress_bar((count[:closed].to_f / count[:total])*100, |
General Comments 0
You need to be logged in to leave comments.
Login now