summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Read <tread@gitlab.com>2019-01-16 15:08:18 +0100
committerTristan Read <tread@gitlab.com>2019-01-16 15:08:18 +0100
commit47ea1628cf4b7e2eab109e29e16c4abc22604098 (patch)
tree62677dc91c66a746e06dd70be953a5f39622e545
parentf821a53b45d4b521ffb734b3b843f48e0d1ecfcd (diff)
downloadgitlab-ce-56387-rename-breadcrumb-on-operations-settings-page.tar.gz
Add ` Settings` to Operations settings breadcrumb56387-rename-breadcrumb-on-operations-settings-page
-rw-r--r--app/views/projects/settings/operations/show.html.haml2
1 files changed, 1 insertions, 1 deletions
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'