comparison app/views/versions/.svn/text-base/_issue_counts.rhtml.svn-base @ 441:cbce1fd3b1b7 redmine-1.2

Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
author Chris Cannam
date Mon, 06 Jun 2011 14:24:13 +0100
parents 40f7cfd4df19
children
comparison
equal deleted inserted replaced
245:051f544170fe 441:cbce1fd3b1b7
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,
22 :fixed_version_id => version, 22 :status_id => '*',
23 "#{criteria}_id" => 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;") %>