summaryrefslogtreecommitdiff
path: root/app/views/admin/application_settings
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2018-09-11 17:24:34 +0200
committerMartin Wortschack <mwortschack@gitlab.com>2018-09-11 17:26:15 +0200
commit48ee697bf2fa4536be6dbee9cb579fde625d50b4 (patch)
tree6198b5efa7307cddc15be375009a56679e47d0fe /app/views/admin/application_settings
parentb4c7e7225a4c48a8a78344a2de2dd585cfd62027 (diff)
downloadgitlab-ce-48ee697bf2fa4536be6dbee9cb579fde625d50b4.tar.gz
remove 'Geo' and 'Templates' template from CE and display menu items for EE only
Diffstat (limited to 'app/views/admin/application_settings')
-rw-r--r--app/views/admin/application_settings/geo.html.haml6
-rw-r--r--app/views/admin/application_settings/templates.html.haml8
2 files changed, 0 insertions, 14 deletions
diff --git a/app/views/admin/application_settings/geo.html.haml b/app/views/admin/application_settings/geo.html.haml
deleted file mode 100644
index b1741d9eef3..00000000000
--- a/app/views/admin/application_settings/geo.html.haml
+++ /dev/null
@@ -1,6 +0,0 @@
-- breadcrumb_title "Geo"
-- page_title "Geo"
-- @content_class = "limit-container-width" unless fluid_layout
-- expanded = Rails.env.test?
-
-= render_if_exists 'admin/application_settings/geo', expanded: expanded
diff --git a/app/views/admin/application_settings/templates.html.haml b/app/views/admin/application_settings/templates.html.haml
deleted file mode 100644
index dd814e59960..00000000000
--- a/app/views/admin/application_settings/templates.html.haml
+++ /dev/null
@@ -1,8 +0,0 @@
-- breadcrumb_title "Templates"
-- page_title "Templates"
-- @content_class = "limit-container-width" unless fluid_layout
-- expanded = Rails.env.test?
-
-= render_if_exists 'admin/application_settings/templates', expanded: expanded
-
-= render_if_exists 'admin/application_settings/custom_templates_form', expanded: expanded