diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb index 429bc5b92..ad5d5f425 100644 --- a/app/views/versions/index.html.erb +++ b/app/views/versions/index.html.erb @@ -28,8 +28,9 @@
| <%= check_box_tag 'ids[]', issue.id, false, :id => nil %> | +<%= assignee_avatar(issue.assigned_to, :size => 16) %> | <%= link_to_issue(issue, :project => (@project != issue.project)) %> | <%= link_to_context_menu %> |
| <%= check_box_tag 'ids[]', issue.id, false, :id => nil %> | +<%= assignee_avatar(issue.assigned_to, :size => 16) %> | <%= link_to_issue(issue, :project => (@project != issue.project)) %> | <%= link_to_context_menu %> |