mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 11:37:14 +00:00
remove spaces inside {} of AttachmentsController
git-svn-id: http://svn.redmine.org/redmine/trunk@20368 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f401ab1161
commit
b3c19888c5
@ -177,9 +177,9 @@ class AttachmentsController < ApplicationController
|
||||
end
|
||||
|
||||
respond_to do |format|
|
||||
format.html { redirect_to_referer_or project_path(@project) }
|
||||
format.html {redirect_to_referer_or project_path(@project)}
|
||||
format.js
|
||||
format.api { render_api_ok }
|
||||
format.api {render_api_ok}
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user