Add organizations `index` and `new` routes
Also add nav item to `Your work`
显示
- app/controllers/organizations/application_controller.rb 10 个添加, 5 个删除app/controllers/organizations/application_controller.rb
- app/controllers/organizations/organizations_controller.rb 13 个添加, 3 个删除app/controllers/organizations/organizations_controller.rb
- app/policies/base_policy.rb 6 个添加, 0 个删除app/policies/base_policy.rb
- app/policies/global_policy.rb 5 个添加, 0 个删除app/policies/global_policy.rb
- app/views/layouts/organization.html.haml 3 个添加, 3 个删除app/views/layouts/organization.html.haml
- app/views/organizations/organizations/index.html.haml 2 个添加, 0 个删除app/views/organizations/organizations/index.html.haml
- app/views/organizations/organizations/new.html.haml 3 个添加, 0 个删除app/views/organizations/organizations/new.html.haml
- config/routes/organizations.rb 6 个添加, 1 个删除config/routes/organizations.rb
- lib/sidebars/your_work/menus/organizations_menu.rb 34 个添加, 0 个删除lib/sidebars/your_work/menus/organizations_menu.rb
- lib/sidebars/your_work/panel.rb 1 个添加, 0 个删除lib/sidebars/your_work/panel.rb
- locale/gitlab.pot 6 个添加, 0 个删除locale/gitlab.pot
- spec/lib/sidebars/your_work/menus/organizations_menu_spec.rb 38 个添加, 0 个删除spec/lib/sidebars/your_work/menus/organizations_menu_spec.rb
- spec/policies/global_policy_spec.rb 14 个添加, 0 个删除spec/policies/global_policy_spec.rb
- spec/requests/organizations/organizations_controller_spec.rb 56 个添加, 14 个删除spec/requests/organizations/organizations_controller_spec.rb
- spec/routing/organizations/organizations_controller_routing_spec.rb 10 个添加, 0 个删除...ng/organizations/organizations_controller_routing_spec.rb
- spec/support/shared_contexts/navbar_structure_context.rb 4 个添加, 0 个删除spec/support/shared_contexts/navbar_structure_context.rb
- spec/views/layouts/organization.html.haml_spec.rb 59 个添加, 0 个删除spec/views/layouts/organization.html.haml_spec.rb
加载中
想要评论请 注册 或 登录