Browse Source

Indentation.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5154 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.2.0
Jean-Philippe Lang 13 years ago
parent
commit
9df5750906
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      app/controllers/users_controller.rb

+ 3
- 3
app/controllers/users_controller.rb View File

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

Loading…
Cancel
Save