mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user