Mercurial > hg > soundsoftware-site
diff app/views/versions/_issue_counts.html.erb @ 1464:261b3d9a4903 redmine-2.4
Update to Redmine 2.4 branch rev 12663
author | Chris Cannam |
---|---|
date | Tue, 14 Jan 2014 14:37:42 +0000 |
parents | 433d4f72a19b |
children |
line wrap: on
line diff
--- a/app/views/versions/_issue_counts.html.erb Fri Jun 14 09:05:06 2013 +0100 +++ b/app/views/versions/_issue_counts.html.erb Tue Jan 14 14:37:42 2014 +0000 @@ -13,14 +13,14 @@ <table> <% counts.each do |count| %> <tr> - <td width="130px" align="right" > + <td style="width:130px; text-align:right;"> <% if count[:group] -%> <%= link_to(h(count[:group]), project_issues_path(version.project, :set_filter => 1, :status_id => '*', :fixed_version_id => version, "#{criteria}_id" => count[:group])) %> <% else -%> <%= link_to(l(:label_none), project_issues_path(version.project, :set_filter => 1, :status_id => '*', :fixed_version_id => version, "#{criteria}_id" => "!*")) %> <% end %> </td> - <td width="240px"> + <td style="width:240px;"> <%= progress_bar((count[:closed].to_f / count[:total])*100, :legend => "#{count[:closed]}/#{count[:total]}", :width => "#{(count[:total].to_f / max * 200).floor}px;") %>