Feature #3425 » related_issues_view_done_ratio_r14972.diff
| app/views/issues/_relations.html.erb (working copy) | ||
|---|---|---|
| 19 | 19 |
<td class="status"><%= other_issue.status.name %></td> |
| 20 | 20 |
<td class="start_date"><%= format_date(other_issue.start_date) %></td> |
| 21 | 21 |
<td class="due_date"><%= format_date(other_issue.due_date) %></td> |
| 22 |
<td class="progress"><%= progress_bar other_issue.done_ratio %></td> |
|
| 22 | 23 |
<td class="buttons"><%= link_to image_tag('link_break.png'),
|
| 23 | 24 |
relation_path(relation), |
| 24 | 25 |
:remote => true, |
- « Previous
- 1
- 2
- Next »