##// END OF EJS Templates
Fixed source indentation (#8106)....
Jean-Philippe Lang -
r10550:b5f8290f4ce0
parent child
Show More
@@ -14,11 +14,11
14 <% counts.each do |count| %>
14 <% counts.each do |count| %>
15 <tr>
15 <tr>
16 <td width="130px" align="right" >
16 <td width="130px" align="right" >
17 <% if count[:group] -%>
17 <% if count[:group] -%>
18 <%= link_to(h(count[:group]), project_issues_path(version.project, :set_filter => 1, :status_id => '*', :fixed_version_id => version, "#{criteria}_id" => count[:group])) %>
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 <% else -%>
19 <% else -%>
20 <%= link_to(l(:label_none), project_issues_path(version.project, :set_filter => 1, :status_id => '*', :fixed_version_id => version, "#{criteria}_id" => "!*")) %>
20 <%= link_to(l(:label_none), project_issues_path(version.project, :set_filter => 1, :status_id => '*', :fixed_version_id => version, "#{criteria}_id" => "!*")) %>
21 <% end %>
21 <% end %>
22 </td>
22 </td>
23 <td width="240px">
23 <td width="240px">
24 <%= progress_bar((count[:closed].to_f / count[:total])*100,
24 <%= progress_bar((count[:closed].to_f / count[:total])*100,
General Comments 0
You need to be logged in to leave comments. Login now