Skip to content
Snippets Groups Projects
Commit a59bd805 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang Committed by Eric Davis
Browse files

Indentation.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5154 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 7b547d44
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment