-
- Downloads
Security Dashboard as default view for groups
Add a supporting code to separate groups#show and groups#details which is required for the proper implementation of the Group Overview content and Security Dashboard option for it
Showing
- app/assets/javascripts/pages/groups/details/index.js 5 additions, 0 deletionsapp/assets/javascripts/pages/groups/details/index.js
- app/assets/javascripts/pages/groups/shared/group_details.js 31 additions, 0 deletionsapp/assets/javascripts/pages/groups/shared/group_details.js
- app/assets/javascripts/pages/groups/shared/group_tabs.js 0 additions, 0 deletionsapp/assets/javascripts/pages/groups/shared/group_tabs.js
- app/assets/javascripts/pages/groups/show/index.js 2 additions, 25 deletionsapp/assets/javascripts/pages/groups/show/index.js
- app/assets/javascripts/pages/users/user_tabs.js 1 addition, 0 deletionsapp/assets/javascripts/pages/users/user_tabs.js
- app/controllers/groups_controller.rb 31 additions, 5 deletionsapp/controllers/groups_controller.rb
- app/helpers/groups_helper.rb 1 addition, 0 deletionsapp/helpers/groups_helper.rb
- app/views/layouts/nav/sidebar/_group.html.haml 6 additions, 5 deletionsapp/views/layouts/nav/sidebar/_group.html.haml
- config/routes/group.rb 1 addition, 0 deletionsconfig/routes/group.rb
- locale/gitlab.pot 3 additions, 0 deletionslocale/gitlab.pot
- spec/controllers/groups_controller_spec.rb 31 additions, 6 deletionsspec/controllers/groups_controller_spec.rb
- spec/routing/group_routing_spec.rb 4 additions, 0 deletionsspec/routing/group_routing_spec.rb
File moved
Please register or sign in to comment