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 | |
parent | c3b176c5e3a344a48fb8eb0e7896f3b955bb9fd9 (diff) | |
download | gitlab-ce-32f4748598e407bb395b6999560d11ff3b95e75a.tar.gz |
Update operations settings breadcrumb trail
-rw-r--r-- | app/views/projects/settings/operations/show.html.haml | 3 | ||||
-rw-r--r-- | changelogs/unreleased/gt-update-operations-settings-breadcrumb-trail.yml | 5 | ||||
-rw-r--r-- | locale/gitlab.pot | 3 |
3 files changed, 10 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' diff --git a/changelogs/unreleased/gt-update-operations-settings-breadcrumb-trail.yml b/changelogs/unreleased/gt-update-operations-settings-breadcrumb-trail.yml new file mode 100644 index 00000000000..f7b10ea5c17 --- /dev/null +++ b/changelogs/unreleased/gt-update-operations-settings-breadcrumb-trail.yml @@ -0,0 +1,5 @@ +--- +title: Update operations settings breadcrumb trail +merge_request: 25539 +author: George Tsiolis +type: changed diff --git a/locale/gitlab.pot b/locale/gitlab.pot index bd45b01d463..d125d3b7211 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -5227,6 +5227,9 @@ msgstr "" msgid "Operations Dashboard" msgstr "" +msgid "Operations Settings" +msgstr "" + msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab." msgstr "" |