From dc26fd215b83a665f9ce2659a406fcc1f1926044 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Fri, 22 Oct 2010 18:20:00 +0000 Subject: [PATCH] Add ids to some sections of the issue form git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4275 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/_form.rhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/issues/_form.rhtml b/app/views/issues/_form.rhtml index 136e1dec..7e9a29ee 100644 --- a/app/views/issues/_form.rhtml +++ b/app/views/issues/_form.rhtml @@ -26,11 +26,11 @@ <% if @issue.new_record? %> -

<%= label_tag('attachments[1][file]', l(:label_attachment_plural))%><%= render :partial => 'attachments/form' %>

+

<%= label_tag('attachments[1][file]', l(:label_attachment_plural))%><%= render :partial => 'attachments/form' %>

<% end %> <% if @issue.new_record? && User.current.allowed_to?(:add_issue_watchers, @project) -%> -

+

<% @issue.project.users.sort.each do |user| -%> <% end -%>