##// END OF EJS Templates
Don't show non member and anonymous groups in filter....
Jean-Philippe Lang -
r14966:66b9add002ab
parent child
Show More
@@ -54,7 +54,7 class UsersController < ApplicationController
54 54
55 55 respond_to do |format|
56 56 format.html {
57 @groups = Group.all.sort
57 @groups = Group.givable.sort
58 58 render :layout => !request.xhr?
59 59 }
60 60 format.api
General Comments 0
You need to be logged in to leave comments. Login now