summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2019-02-25 23:40:44 +0200
committerGeorge Tsiolis <tsiolis.g@gmail.com>2019-02-26 11:30:32 +0200
commit32f4748598e407bb395b6999560d11ff3b95e75a (patch)
tree63d1f995e984160a99faa4ba08f1ce577621d509 /app
parentc3b176c5e3a344a48fb8eb0e7896f3b955bb9fd9 (diff)
downloadgitlab-ce-32f4748598e407bb395b6999560d11ff3b95e75a.tar.gz
Update operations settings breadcrumb trail
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/settings/operations/show.html.haml3
1 files changed, 2 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..2822debe426 100644
--- a/app/views/projects/settings/operations/show.html.haml
+++ b/app/views/projects/settings/operations/show.html.haml
@@ -1,5 +1,6 @@
- @content_class = 'limit-container-width' unless fluid_layout
-- page_title _('Operations')
+- page_title _('Operations Settings')
+- breadcrumb_title _('Operations Settings')
= render 'projects/settings/operations/error_tracking', expanded: true
= render_if_exists 'projects/settings/operations/tracing'