diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-03-16 19:36:53 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-03-16 19:36:53 +0000 |
commit | 9df5750906521fe3ef5c9f777efdd7b74323e38d (patch) | |
tree | 1d4d060836275327565c93ff64f9aae9ed545c2f /app/controllers/users_controller.rb | |
parent | 64be81a433fe91c4f895e4db8ce3b3766332084d (diff) | |
download | redmine-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.rb | 6 |
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 |