diff options
author | Phil Hughes <me@iamphill.com> | 2018-01-23 11:02:43 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-01-23 11:02:43 +0000 |
commit | 24659d81f3547ee0a8b7459889ecc08828d35edc (patch) | |
tree | 763ecad0651cc3d7013d6384d7ee8ff00b135eef | |
parent | bba9e7275cd50825d8c1fe44dc9fff6fa448b7f2 (diff) | |
download | gitlab-ce-24659d81f3547ee0a8b7459889ecc08828d35edc.tar.gz |
fixed group page specific JS
-rw-r--r-- | app/views/shared/_group_form.html.haml | 2 |
1 files changed, 0 insertions, 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 |