-
- Downloads
User can leave group from group page.
parent
c86553cd
No related branches found
No related tags found
Showing
- app/controllers/application_controller.rb 4 additions, 4 deletionsapp/controllers/application_controller.rb
- app/controllers/profiles/groups_controller.rb 3 additions, 4 deletionsapp/controllers/profiles/groups_controller.rb
- app/controllers/users_groups_controller.rb 8 additions, 5 deletionsapp/controllers/users_groups_controller.rb
- app/helpers/groups_helper.rb 5 additions, 1 deletionapp/helpers/groups_helper.rb
- app/models/ability.rb 15 additions, 0 deletionsapp/models/ability.rb
- app/views/groups/members.html.haml 2 additions, 3 deletionsapp/views/groups/members.html.haml
- app/views/help/permissions.html.haml 1 addition, 0 deletionsapp/views/help/permissions.html.haml
- app/views/profiles/groups/index.html.haml 4 additions, 3 deletionsapp/views/profiles/groups/index.html.haml
- app/views/users_groups/_users_group.html.haml 11 additions, 6 deletionsapp/views/users_groups/_users_group.html.haml
- features/admin/groups.feature 1 addition, 1 deletionfeatures/admin/groups.feature
- features/group.feature 116 additions, 0 deletionsfeatures/group.feature
- features/group/create_group.feature 0 additions, 11 deletionsfeatures/group/create_group.feature
- features/group/group.feature 0 additions, 47 deletionsfeatures/group/group.feature
- features/profile/group.feature 47 additions, 0 deletionsfeatures/profile/group.feature
- features/steps/group/group.rb 64 additions, 41 deletionsfeatures/steps/group/group.rb
- features/steps/profile/group.rb 44 additions, 0 deletionsfeatures/steps/profile/group.rb
- features/steps/project/project_network_graph.rb 1 addition, 0 deletionsfeatures/steps/project/project_network_graph.rb
- features/steps/shared/authentication.rb 8 additions, 0 deletionsfeatures/steps/shared/authentication.rb
- features/steps/shared/group.rb 36 additions, 0 deletionsfeatures/steps/shared/group.rb
- features/steps/shared/paths.rb 46 additions, 10 deletionsfeatures/steps/shared/paths.rb
features/group.feature
0 → 100644
features/group/create_group.feature
deleted
100644 → 0
features/group/group.feature
deleted
100644 → 0
features/profile/group.feature
0 → 100644
features/steps/profile/group.rb
0 → 100644
features/steps/shared/group.rb
0 → 100644
Please register or sign in to comment