Index: app/views/issues/_relations.html.erb =================================================================== --- app/views/issues/_relations.html.erb (revision 14972) +++ app/views/issues/_relations.html.erb (working copy) @@ -19,6 +19,7 @@ <%= other_issue.status.name %> <%= format_date(other_issue.start_date) %> <%= format_date(other_issue.due_date) %> + <%= progress_bar other_issue.done_ratio %> <%= link_to image_tag('link_break.png'), relation_path(relation), :remote => true,