@@ -1,7 +1,7 | |||||
1 | <form id="status_by_form"> |
|
1 | <form id="status_by_form"> | |
2 | <fieldset> |
|
2 | <fieldset> | |
3 | <legend> |
|
3 | <legend> | |
4 |
<%= l(:label_issues_by, |
|
4 | <%= l(:label_issues_by, | |
5 | select_tag('status_by', |
|
5 | select_tag('status_by', | |
6 | status_by_options_for_select(criteria), |
|
6 | status_by_options_for_select(criteria), | |
7 | :id => 'status_by_select', |
|
7 | :id => 'status_by_select', | |
@@ -15,7 +15,7 | |||||
15 | <% counts.each do |count| %> |
|
15 | <% counts.each do |count| %> | |
16 | <tr> |
|
16 | <tr> | |
17 | <td width="130px" align="right" > |
|
17 | <td width="130px" align="right" > | |
18 |
<%= link_to count[:group], {:controller => 'issues', |
|
18 | <%= link_to count[:group], {:controller => 'issues', | |
19 | :action => 'index', |
|
19 | :action => 'index', | |
20 | :project_id => version.project, |
|
20 | :project_id => version.project, | |
21 | :set_filter => 1, |
|
21 | :set_filter => 1, | |
@@ -23,7 +23,7 | |||||
23 | :fixed_version_id => version}.merge("#{criteria}_id".to_sym => 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, | |
27 | :legend => "#{count[:closed]}/#{count[:total]}", |
|
27 | :legend => "#{count[:closed]}/#{count[:total]}", | |
28 | :width => "#{(count[:total].to_f / max * 200).floor}px;") %> |
|
28 | :width => "#{(count[:total].to_f / max * 200).floor}px;") %> | |
29 | </td> |
|
29 | </td> |
General Comments 0
You need to be logged in to leave comments.
Login now