diff options
author | tauriedavis <taurie@gitlab.com> | 2017-08-04 10:59:03 -0700 |
---|---|---|
committer | tauriedavis <taurie@gitlab.com> | 2017-08-04 11:06:29 -0700 |
commit | ff99e87e9aa54dac07a3cd90fa91f4bcb2355f91 (patch) | |
tree | 4977947fa25969d725134835b35bc3edb44e087f /app | |
parent | 017550d482b0035dbec3ae93f8b0c73839772464 (diff) | |
download | gitlab-ce-ff99e87e9aa54dac07a3cd90fa91f4bcb2355f91.tar.gz |
Fix pipeline icon in contextual nav for projects
Diffstat (limited to 'app')
-rw-r--r-- | app/views/layouts/nav/_new_project_sidebar.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/nav/_new_project_sidebar.html.haml b/app/views/layouts/nav/_new_project_sidebar.html.haml index 8d821c1796c..673febbc798 100644 --- a/app/views/layouts/nav/_new_project_sidebar.html.haml +++ b/app/views/layouts/nav/_new_project_sidebar.html.haml @@ -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 |