Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e9b079d0
Commit
e9b079d0
authored
Aug 01, 2017
by
tauriedavis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
35659 Rename Pipelines tab to CI / CD in new navigation
parent
93e96c3f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
+10
-6
app/views/layouts/nav/_new_group_sidebar.html.haml
app/views/layouts/nav/_new_group_sidebar.html.haml
+2
-2
app/views/layouts/nav/_new_project_sidebar.html.haml
app/views/layouts/nav/_new_project_sidebar.html.haml
+4
-4
changelogs/unreleased/35659-rename-pipeline.yml
changelogs/unreleased/35659-rename-pipeline.yml
+4
-0
No files found.
app/views/layouts/nav/_new_group_sidebar.html.haml
View file @
e9b079d0
...
...
@@ -85,6 +85,6 @@
Projects
=
nav_link
(
controller: :ci_cd
)
do
=
link_to
group_settings_ci_cd_path
(
@group
),
title:
'
Pipelines
'
do
=
link_to
group_settings_ci_cd_path
(
@group
),
title:
'
CI / CD
'
do
%span
Pipelines
CI / CD
app/views/layouts/nav/_new_project_sidebar.html.haml
View file @
e9b079d0
...
...
@@ -122,9 +122,9 @@
-
if
project_nav_tab?
:pipelines
=
nav_link
(
controller:
[
:pipelines
,
:builds
,
:jobs
,
:pipeline_schedules
,
:environments
,
:artifacts
])
do
=
link_to
project_pipelines_path
(
@project
),
title:
'
Pipelines
'
,
class:
'shortcuts-pipelines'
do
=
link_to
project_pipelines_path
(
@project
),
title:
'
CI / CD
'
,
class:
'shortcuts-pipelines'
do
.nav-icon-container
=
custom_icon
(
'
pipeline
'
)
=
custom_icon
(
'
CI / CD
'
)
%span
.nav-item-name
Pipelines
...
...
@@ -205,9 +205,9 @@
Repository
-
if
@project
.
feature_available?
(
:builds
,
current_user
)
=
nav_link
(
controller: :ci_cd
)
do
=
link_to
project_settings_ci_cd_path
(
@project
),
title:
'
Pipelines
'
do
=
link_to
project_settings_ci_cd_path
(
@project
),
title:
'
CI / CD
'
do
%span
Pipelines
CI / CD
-
if
Gitlab
.
config
.
pages
.
enabled
=
nav_link
(
controller: :pages
)
do
=
link_to
project_pages_path
(
@project
),
title:
'Pages'
do
...
...
changelogs/unreleased/35659-rename-pipeline.yml
0 → 100644
View file @
e9b079d0
---
title
:
Rename Pipelines tab to CI / CD in new navigation
merge_request
:
author
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment