Skip to content
Snippets Groups Projects
Commit e9b079d0 authored by Taurie Davis's avatar Taurie Davis
Browse files

35659 Rename Pipelines tab to CI / CD in new navigation

parent 93e96c3f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
@@ -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
 
Loading
Loading
@@ -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
Loading
Loading
---
title: Rename Pipelines tab to CI / CD in new navigation
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment