##// END OF EJS Templates
Indentation....
Jean-Philippe Lang -
r5034:9df575090652
parent child
Show More
@@ -58,13 +58,13 class UsersController < ApplicationController
58 :limit => @limit,
58 :limit => @limit,
59 :offset => @offset
59 :offset => @offset
60
60
61 respond_to do |format|
61 respond_to do |format|
62 format.html {
62 format.html {
63 @groups = Group.all.sort
63 @groups = Group.all.sort
64 render :layout => !request.xhr?
64 render :layout => !request.xhr?
65 }
65 }
66 format.api
66 format.api
67 end
67 end
68 end
68 end
69
69
70 def show
70 def show
General Comments 0
You need to be logged in to leave comments. Login now