mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-29 11:49:37 +00:00
code layout clean up IssuesController#create
git-svn-id: http://svn.redmine.org/redmine/trunk@19150 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
b63b388d8a
commit
e8343c1f9d
@ -144,10 +144,16 @@ class IssuesController < ApplicationController
|
||||
respond_to do |format|
|
||||
format.html {
|
||||
render_attachment_warning_if_needed(@issue)
|
||||
flash[:notice] = l(:notice_issue_successful_create, :id => view_context.link_to("##{@issue.id}", issue_path(@issue), :title => @issue.subject))
|
||||
flash[:notice] =
|
||||
l(:notice_issue_successful_create,
|
||||
:id => view_context.link_to("##{@issue.id}", issue_path(@issue),
|
||||
:title => @issue.subject))
|
||||
redirect_after_create
|
||||
}
|
||||
format.api { render :action => 'show', :status => :created, :location => issue_url(@issue) }
|
||||
format.api {
|
||||
render :action => 'show', :status => :created,
|
||||
:location => issue_url(@issue)
|
||||
}
|
||||
end
|
||||
return
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user