summaryrefslogtreecommitdiff
path: root/app/views/groups
diff options
context:
space:
mode:
authorRubén Dávila <ruben@gitlab.com>2018-10-17 15:47:18 -0500
committerRubén Dávila <ruben@gitlab.com>2018-11-27 17:23:14 -0500
commit55f6eadc1d75c7c6d2c3413d43feea36f198dfcb (patch)
treef5348d004f312d20b028665ec0042177678260ac /app/views/groups
parenteceb873c7e4beb353634504d9f77b777db9f4ffd (diff)
downloadgitlab-ce-55f6eadc1d75c7c6d2c3413d43feea36f198dfcb.tar.gz
Backport from gitlab-org/gitlab-ee!6878
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/edit.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml
index 869c54d89ea..39d0f620283 100644
--- a/app/views/groups/edit.html.haml
+++ b/app/views/groups/edit.html.haml
@@ -37,6 +37,7 @@
.settings-content
= render 'shared/badges/badge_settings'
+= render_if_exists 'groups/custom_project_templates_setting'
= render_if_exists 'groups/templates_setting', expanded: expanded
%section.settings.gs-advanced.no-animate#js-advanced-settings{ class: ('expanded' if expanded) }