diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-17 21:00:59 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-18 17:47:52 +0300 |
| commit | ed9cff9a3c0a230f5497e85e8e178699ed02683e (patch) | |
| tree | dd1948a707534a9d3b0150125053f611c3f7c603 /app/controllers/groups_controller.rb | |
| parent | 7d57b96ee0f668acf10067b06a614b3052e27f89 (diff) | |
| download | gitlab-ce-ed9cff9a3c0a230f5497e85e8e178699ed02683e.tar.gz | |
Restyle project members page to fit both group and personal projects
Diffstat (limited to 'app/controllers/groups_controller.rb')
| -rw-r--r-- | app/controllers/groups_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb index 617cfddd21a..870a00d4ece 100644 --- a/app/controllers/groups_controller.rb +++ b/app/controllers/groups_controller.rb @@ -63,7 +63,7 @@ class GroupsController < ApplicationController def people @project = group.projects.find(params[:project_id]) if params[:project_id] - @members = group.users_groups + @members = group.users_groups.order('group_access DESC') @users_group = UsersGroup.new end |
