-
- Downloads
There was an error fetching the commit references. Please try again later.
Add support for nested groups to admin routing
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
- app/views/admin/dashboard/_head.html.haml 1 addition, 1 deletionapp/views/admin/dashboard/_head.html.haml
- app/views/admin/dashboard/index.html.haml 1 addition, 1 deletionapp/views/admin/dashboard/index.html.haml
- app/views/admin/groups/_group.html.haml 1 addition, 1 deletionapp/views/admin/groups/_group.html.haml
- app/views/admin/groups/show.html.haml 2 additions, 2 deletionsapp/views/admin/groups/show.html.haml
- app/views/admin/projects/index.html.haml 6 additions, 6 deletionsapp/views/admin/projects/index.html.haml
- app/views/repository_check_mailer/notify.html.haml 1 addition, 1 deletionapp/views/repository_check_mailer/notify.html.haml
- app/views/repository_check_mailer/notify.text.haml 1 addition, 1 deletionapp/views/repository_check_mailer/notify.text.haml
- config/routes/admin.rb 16 additions, 7 deletionsconfig/routes/admin.rb
- features/steps/shared/paths.rb 1 addition, 1 deletionfeatures/steps/shared/paths.rb
- spec/features/admin/admin_groups_spec.rb 1 addition, 1 deletionspec/features/admin/admin_groups_spec.rb
- spec/features/admin/admin_projects_spec.rb 3 additions, 3 deletionsspec/features/admin/admin_projects_spec.rb
- spec/features/security/admin_access_spec.rb 1 addition, 1 deletionspec/features/security/admin_access_spec.rb
- spec/routing/admin_routing_spec.rb 13 additions, 1 deletionspec/routing/admin_routing_spec.rb
Please register or sign in to comment