summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Read <tread@gitlab.com>2019-01-10 16:33:50 +0100
committerPeter Leitzen <pleitzen@gitlab.com>2019-01-24 08:57:21 +0100
commitff562ecfa40e09f10911092abd26d5712143a43b (patch)
tree819226a47230258ba29f64df300cf91c8f7a3bcd
parentd28963b386c99ddf894e3bc0d4847305032dece2 (diff)
downloadgitlab-ce-ff562ecfa40e09f10911092abd26d5712143a43b.tar.gz
Add EE-specific marker comments
-rw-r--r--app/views/projects/settings/operations/show.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/settings/operations/show.html.haml b/app/views/projects/settings/operations/show.html.haml
index b36fa9a5f51..fada9816b3b 100644
--- a/app/views/projects/settings/operations/show.html.haml
+++ b/app/views/projects/settings/operations/show.html.haml
@@ -1,5 +1,7 @@
- @content_class = 'limit-container-width' unless fluid_layout
- page_title _('Operations')
+-# EE specific start: `true` here, `false` in EE
= render 'projects/settings/operations/error_tracking', expanded: true
+-# EE specific end
= render_if_exists 'projects/settings/operations/tracing'