summaryrefslogtreecommitdiffstats
path: root/app/controllers/users_controller.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-03-16 19:36:53 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-03-16 19:36:53 +0000
commit9df5750906521fe3ef5c9f777efdd7b74323e38d (patch)
tree1d4d060836275327565c93ff64f9aae9ed545c2f /app/controllers/users_controller.rb
parent64be81a433fe91c4f895e4db8ce3b3766332084d (diff)
downloadredmine-9df5750906521fe3ef5c9f777efdd7b74323e38d.tar.gz
redmine-9df5750906521fe3ef5c9f777efdd7b74323e38d.zip
Indentation.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5154 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/users_controller.rb')
-rw-r--r--app/controllers/users_controller.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb
index 2c4ca371e..634ab0a13 100644
--- a/app/controllers/users_controller.rb
+++ b/app/controllers/users_controller.rb
@@ -58,13 +58,13 @@ class UsersController < ApplicationController
:limit => @limit,
:offset => @offset
- respond_to do |format|
- format.html {
+ respond_to do |format|
+ format.html {
@groups = Group.all.sort
render :layout => !request.xhr?
}
format.api
- end
+ end
end
def show