Change title to CI/CD Pipelines
This commit is contained in:
parent
5028b3a796
commit
22be5aed1d
2 changed files with 3 additions and 3 deletions
|
@ -40,6 +40,6 @@
|
||||||
%span
|
%span
|
||||||
Triggers
|
Triggers
|
||||||
= nav_link(controller: :builds) do
|
= nav_link(controller: :builds) do
|
||||||
= link_to settings_namespace_project_builds_path(@project.namespace, @project), title: 'CI Pipeline' do
|
= link_to settings_namespace_project_builds_path(@project.namespace, @project), title: 'CI/CD Pipelines' do
|
||||||
%span
|
%span
|
||||||
CI Pipeline
|
CI/CD Pipelines
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
- page_title "CI Pipelines"
|
- page_title "CI/CD Pipelines"
|
||||||
|
|
||||||
.row.prepend-top-default
|
.row.prepend-top-default
|
||||||
.col-lg-3.profile-settings-sidebar
|
.col-lg-3.profile-settings-sidebar
|
||||||
|
|
Loading…
Reference in a new issue