##// END OF EJS Templates
View progress bar of related issues (#3425)....
Jean-Philippe Lang -
r15600:33d78d605d0b
parent child
Show More
@@ -129,6 +129,7 module IssuesHelper
129 content_tag('td', other_issue.status, :class => 'status') +
129 content_tag('td', other_issue.status, :class => 'status') +
130 content_tag('td', other_issue.start_date, :class => 'start_date') +
130 content_tag('td', other_issue.start_date, :class => 'start_date') +
131 content_tag('td', other_issue.due_date, :class => 'due_date') +
131 content_tag('td', other_issue.due_date, :class => 'due_date') +
132 content_tag('td', other_issue.disabled_core_fields.include?('done_ratio') ? '' : progress_bar(other_issue.done_ratio), :class=> 'done_ratio') +
132 content_tag('td', link, :class => 'buttons'),
133 content_tag('td', link, :class => 'buttons'),
133 :id => "relation-#{relation.id}",
134 :id => "relation-#{relation.id}",
134 :class => css)
135 :class => css)
General Comments 0
You need to be logged in to leave comments. Login now