Skip to content
Snippets Groups Projects
Commit 0b102591 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Merge branch 'fix-pipeline-icon-contextual-nav' into 'master'

Fix pipeline icon in contextual nav for projects

See merge request !13324
parents 17342953 ff99e87e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -124,9 +124,9 @@
= nav_link(controller: [:pipelines, :builds, :jobs, :pipeline_schedules, :environments, :artifacts]) do
= link_to project_pipelines_path(@project), title: 'CI / CD', class: 'shortcuts-pipelines' do
.nav-icon-container
= custom_icon('CI / CD')
= custom_icon('pipeline')
%span.nav-item-name
Pipelines
CI / CD
 
%ul.sidebar-sub-level-items
- if project_nav_tab? :pipelines
Loading
Loading
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