From 47ea1628cf4b7e2eab109e29e16c4abc22604098 Mon Sep 17 00:00:00 2001 From: Tristan Read Date: Wed, 16 Jan 2019 15:08:18 +0100 Subject: Add ` Settings` to Operations settings breadcrumb --- app/views/projects/settings/operations/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/settings/operations/show.html.haml b/app/views/projects/settings/operations/show.html.haml index b36fa9a5f51..ea6d8bceeb2 100644 --- a/app/views/projects/settings/operations/show.html.haml +++ b/app/views/projects/settings/operations/show.html.haml @@ -1,5 +1,5 @@ - @content_class = 'limit-container-width' unless fluid_layout -- page_title _('Operations') +- page_title _('Operations Settings') = render 'projects/settings/operations/error_tracking', expanded: true = render_if_exists 'projects/settings/operations/tracing' -- cgit v1.2.1