From 32b91e685e2d9412806458a5bd45ee1055c39934 2012-01-08 17:16:46 From: Jean-Philippe Lang Date: 2012-01-08 17:16:46 Subject: [PATCH] Do not generate duplicate ids and fixes tag attribute. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8561 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/versions/show.html.erb b/app/views/versions/show.html.erb index 52a4bed..f23d83f 100644 --- a/app/views/versions/show.html.erb +++ b/app/views/versions/show.html.erb @@ -18,7 +18,7 @@ - + <% if User.current.allowed_to?(:view_time_entries, @project) %> @@ -41,7 +41,7 @@ <%- @issues.each do |issue| -%> - + <% end %>
<%= l(:field_estimated_hours) %><%= html_hours(l_hours(@version.estimated_hours)) %><%= html_hours(l_hours(@version.estimated_hours)) %>
<%= l(:label_related_issues) %>
<%= check_box_tag 'ids[]', issue.id %><%= check_box_tag 'ids[]', issue.id, false, :id => nil %> <%= link_to_issue(issue, :project => (@project != issue.project)) %>