From b9f7b210a03cab3e8382647335bd2a77a8912de7 Mon Sep 17 00:00:00 2001 From: Tristan Read Date: Tue, 15 Jan 2019 14:16:57 +0100 Subject: Expand operation settings by default --- app/views/projects/settings/operations/show.html.haml | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.1