##// END OF EJS Templates
ProjectsController#add_issue moved to IssuesController#new....
ProjectsController#add_issue moved to IssuesController#new. Tracker can now be changed/selected on the new issue form. This action can be invoked without the tracker_id parameter (the first enabled tracker will be used by default). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1080 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1030:976a31e941e6
r1066:44ac1a0debc8
Show More
update.rhtml
4 lines | 148 B | text/html+ruby | RhtmlLexer
<h2><%= @issue.tracker.name %> #<%= @issue.id %>: <%=h @issue.subject %></h2>
<%= error_messages_for 'issue' %>
<%= render :partial => 'update' %>