From 32b91e685e2d9412806458a5bd45ee1055c39934 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 8 Jan 2012 17:16:46 +0000 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 --- app/views/versions/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@ - + <% if User.current.allowed_to?(:view_time_entries, @project) %> @@ -41,7 +41,7 @@ <%- @issues.each do |issue| -%> - + <% end %> -- 2.39.5
<%= 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)) %>