mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-01 21:29:40 +00:00
use "do end" instead of {} at IssueStatusesController
git-svn-id: http://svn.redmine.org/redmine/trunk@20313 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
796fc2db9d
commit
5f0aefbbc2
@ -57,10 +57,10 @@ class IssueStatusesController < ApplicationController
|
||||
@issue_status.safe_attributes = params[:issue_status]
|
||||
if @issue_status.save
|
||||
respond_to do |format|
|
||||
format.html {
|
||||
format.html do
|
||||
flash[:notice] = l(:notice_successful_update)
|
||||
redirect_to issue_statuses_path(:page => params[:page])
|
||||
}
|
||||
end
|
||||
format.js { head 200 }
|
||||
end
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user