##// END OF EJS Templates
Merged r12349 (#15523)....
Jean-Philippe Lang -
r12155:624b0071adc5
parent child
Show More
@@ -1063,7 +1063,7 module ApplicationHelper
1063 (pcts[0] > 0 ? content_tag('td', '', :style => "width: #{pcts[0]}%;", :class => 'closed') : ''.html_safe) +
1063 (pcts[0] > 0 ? content_tag('td', '', :style => "width: #{pcts[0]}%;", :class => 'closed') : ''.html_safe) +
1064 (pcts[1] > 0 ? content_tag('td', '', :style => "width: #{pcts[1]}%;", :class => 'done') : ''.html_safe) +
1064 (pcts[1] > 0 ? content_tag('td', '', :style => "width: #{pcts[1]}%;", :class => 'done') : ''.html_safe) +
1065 (pcts[2] > 0 ? content_tag('td', '', :style => "width: #{pcts[2]}%;", :class => 'todo') : ''.html_safe)
1065 (pcts[2] > 0 ? content_tag('td', '', :style => "width: #{pcts[2]}%;", :class => 'todo') : ''.html_safe)
1066 ), :class => 'progress progress-#{pcts[0]}', :style => "width: #{width};").html_safe +
1066 ), :class => "progress progress-#{pcts[0]}", :style => "width: #{width};").html_safe +
1067 content_tag('p', legend, :class => 'percent').html_safe
1067 content_tag('p', legend, :class => 'percent').html_safe
1068 end
1068 end
1069
1069
General Comments 0
You need to be logged in to leave comments. Login now