summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Read <tread@gitlab.com>2019-01-15 14:16:57 +0100
committerPeter Leitzen <pleitzen@gitlab.com>2019-01-24 08:57:22 +0100
commitb9f7b210a03cab3e8382647335bd2a77a8912de7 (patch)
treed1328b9609098d1590c266dce56d5d20fc71887f
parent3acab3461f3342e0bca38d553038a574ab398bf6 (diff)
downloadgitlab-ce-b9f7b210a03cab3e8382647335bd2a77a8912de7.tar.gz
Expand operation settings by default
-rw-r--r--app/views/projects/settings/operations/show.html.haml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/projects/settings/operations/show.html.haml b/app/views/projects/settings/operations/show.html.haml
index fada9816b3b..4c20ab88bdb 100644
--- a/app/views/projects/settings/operations/show.html.haml
+++ b/app/views/projects/settings/operations/show.html.haml
@@ -1,7 +1,5 @@
- @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'
+= render_if_exists 'projects/settings/operations/tracing', expanded: true