diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb index ad5d5f425..c0b2f9dbe 100644 --- a/app/views/versions/index.html.erb +++ b/app/views/versions/index.html.erb @@ -28,7 +28,7 @@
| <%= check_box_tag 'ids[]', issue.id, false, :id => nil %> | <%= assignee_avatar(issue.assigned_to, :size => 16) %> | <%= link_to_issue(issue, :project => (@project != issue.project)) %> | diff --git a/app/views/versions/show.html.erb b/app/views/versions/show.html.erb index dc43d40b7..e1b27ee0d 100644 --- a/app/views/versions/show.html.erb +++ b/app/views/versions/show.html.erb @@ -42,7 +42,7 @@
| <%= check_box_tag 'ids[]', issue.id, false, :id => nil %> | <%= assignee_avatar(issue.assigned_to, :size => 16) %> | <%= link_to_issue(issue, :project => (@project != issue.project)) %> |