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

Fix pipeline icon in contextual nav for projects

parent 017550d4
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