From 527f4a65bec36ac1f778b6d55a2c1527c2465789 2011-07-30 09:06:30 From: Jean-Philippe Lang Date: 2011-07-30 09:06:30 Subject: [PATCH] Adds an id attribute to the private label on the issue form (#8894). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6328 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/issues/_form.rhtml b/app/views/issues/_form.rhtml index 4f80ac5..d88b771 100644 --- a/app/views/issues/_form.rhtml +++ b/app/views/issues/_form.rhtml @@ -3,7 +3,7 @@
> <% if @issue.safe_attribute_names.include?('is_private') %>

- +

<% end %>

<%= f.select :tracker_id, @project.trackers.collect {|t| [t.name, t.id]}, :required => true %>