From 24659d81f3547ee0a8b7459889ecc08828d35edc Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Tue, 23 Jan 2018 11:02:43 +0000 Subject: [PATCH] fixed group page specific JS --- app/views/shared/_group_form.html.haml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/shared/_group_form.html.haml b/app/views/shared/_group_form.html.haml index d0b9e891b82..cb21f90696f 100644 --- a/app/views/shared/_group_form.html.haml +++ b/app/views/shared/_group_form.html.haml @@ -1,5 +1,3 @@ -- content_for :page_specific_javascripts do - = page_specific_javascript_bundle_tag('group') - parent = @group.parent - group_path = root_url - group_path << parent.full_path + '/' if parent -- GitLab