diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2019-02-25 23:40:44 +0200 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2019-02-26 11:30:32 +0200 |
commit | 32f4748598e407bb395b6999560d11ff3b95e75a (patch) | |
tree | 63d1f995e984160a99faa4ba08f1ce577621d509 /app | |
parent | c3b176c5e3a344a48fb8eb0e7896f3b955bb9fd9 (diff) | |
download | gitlab-ce-32f4748598e407bb395b6999560d11ff3b95e75a.tar.gz |
Update operations settings breadcrumb trail
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/settings/operations/show.html.haml | 3 |
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' |