diff options
Diffstat (limited to 'app/views/versions/_issue_counts.html.erb')
-rw-r--r-- | app/views/versions/_issue_counts.html.erb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/versions/_issue_counts.html.erb b/app/views/versions/_issue_counts.html.erb index 7d9652250..398b2d31f 100644 --- a/app/views/versions/_issue_counts.html.erb +++ b/app/views/versions/_issue_counts.html.erb @@ -22,8 +22,7 @@ </td> <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;") %> + :legend => "#{count[:closed]}/#{count[:total]}") %> </td> </tr> <% end %> |