Merge branch 'gt-change-breadcrumb-title-for-contribution-charts' into 'master'
Change breadcrumb title for contribution charts Closes #44567 See merge request gitlab-org/gitlab-ce!23071
This commit is contained in:
commit
0e26ee6c4f
4 changed files with 13 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
- @no_container = true
|
- @no_container = true
|
||||||
- page_title "Charts"
|
- page_title _("Contribution Charts")
|
||||||
|
|
||||||
.repo-charts{ class: container_class }
|
.repo-charts{ class: container_class }
|
||||||
%h4.sub-header
|
%h4.sub-header
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
- @no_container = true
|
- @no_container = true
|
||||||
- breadcrumb_title "CI / CD Charts"
|
- page_title _("CI / CD Charts")
|
||||||
- page_title _("Charts"), _("Pipelines")
|
|
||||||
|
|
||||||
%div{ class: container_class }
|
%div{ class: container_class }
|
||||||
.sub-header-block
|
.sub-header-block
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Change breadcrumb title for contribution charts
|
||||||
|
merge_request: 23071
|
||||||
|
author: George Tsiolis
|
||||||
|
type: changed
|
|
@ -1073,6 +1073,9 @@ msgstr ""
|
||||||
msgid "CI / CD"
|
msgid "CI / CD"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "CI / CD Charts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "CI / CD Settings"
|
msgid "CI / CD Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1953,6 +1956,9 @@ msgstr ""
|
||||||
msgid "Contribution"
|
msgid "Contribution"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Contribution Charts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Contribution guide"
|
msgid "Contribution guide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue