Explorar el Código

remove spaces inside {} of AttachmentsController

git-svn-id: http://svn.redmine.org/redmine/trunk@20368 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.0
Toshi MARUYAMA hace 3 años
padre
commit
b3c19888c5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      app/controllers/attachments_controller.rb

+ 2
- 2
app/controllers/attachments_controller.rb Ver fichero

@@ -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


Cargando…
Cancelar
Guardar