From: Eric Davis Date: Fri, 22 Oct 2010 18:20:00 +0000 (+0000) Subject: Add ids to some sections of the issue form X-Git-Tag: 1.1.0~260 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dc26fd215b83a665f9ce2659a406fcc1f1926044;p=redmine.git 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 --- diff --git a/app/views/issues/_form.rhtml b/app/views/issues/_form.rhtml index 136e1decc..7e9a29ee5 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 -%>