diff --git a/app/views/versions/show.html.erb b/app/views/versions/show.html.erb index 52a4bed17..f23d83f1c 100644 --- a/app/views/versions/show.html.erb +++ b/app/views/versions/show.html.erb @@ -18,7 +18,7 @@
<%= l(:field_estimated_hours) %> | -<%= html_hours(l_hours(@version.estimated_hours)) %> | +<%= html_hours(l_hours(@version.estimated_hours)) %> |
<%= check_box_tag 'ids[]', issue.id %> | +<%= check_box_tag 'ids[]', issue.id, false, :id => nil %> | <%= link_to_issue(issue, :project => (@project != issue.project)) %> |