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
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-01-23 14:02:43 +0300
committerPhil Hughes <me@iamphill.com>2018-01-23 14:02:43 +0300
commit24659d81f3547ee0a8b7459889ecc08828d35edc (patch)
tree763ecad0651cc3d7013d6384d7ee8ff00b135eef /app/views/shared/_group_form.html.haml
parentbba9e7275cd50825d8c1fe44dc9fff6fa448b7f2 (diff)
fixed group page specific JS
Diffstat (limited to 'app/views/shared/_group_form.html.haml')
-rw-r--r--app/views/shared/_group_form.html.haml2
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