Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2017-02-09 11:32:40 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2017-02-09 11:32:40 +0300
commit059d1ae4c847aa9018c89900b39c2782aa9b623e (patch)
treeb545c97a885ec40ef238c168515629b251e40fbb /config
parent3d20670058eba11b470bfd318a4842197b3bb122 (diff)
parentf39dbf3d3d4d5c99910043e8793a96246f0039fe (diff)
Merge branch 'dz-create-nested-groups-via-ui' into 'master'
Allow creating nested group via UI See merge request !8786
Diffstat (limited to 'config')
-rw-r--r--config/routes/group.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/group.rb b/config/routes/group.rb
index 60a1175fe80..73f69d76995 100644
--- a/config/routes/group.rb
+++ b/config/routes/group.rb
@@ -25,5 +25,6 @@ scope(path: 'groups/*id',
get :merge_requests, as: :merge_requests_group
get :projects, as: :projects_group
get :activity, as: :activity_group
+ get :subgroups, as: :subgroups_group
get '/', action: :show, as: :group_canonical
end