diff options
author | Robert Speicher <robert@gitlab.com> | 2018-09-17 23:05:07 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2018-09-17 23:05:07 +0000 |
commit | c44d8bab91ece5c981c9fb10f5906db86198bb6b (patch) | |
tree | e486bfc0e7d405ab314b3ea81802d34e6ea50cb9 /app/views/layouts | |
parent | cc2dab3b932c95084f231de95da2010f043f5ddc (diff) | |
parent | 6cf55e51292852975e8cc5df4bb54ca39e5dc727 (diff) | |
download | gitlab-ce-c44d8bab91ece5c981c9fb10f5906db86198bb6b.tar.gz |
Merge branch 'ml-qa-spec-use-ssh-key' into 'master'
Add a new scenario to add an SSH key, perform Git actions with it, and then remove the key
See merge request gitlab-org/gitlab-ce!19754
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/nav/sidebar/_project.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/sidebar/_project.html.haml b/app/views/layouts/nav/sidebar/_project.html.haml index 30e0e9fca27..7239780871c 100644 --- a/app/views/layouts/nav/sidebar/_project.html.haml +++ b/app/views/layouts/nav/sidebar/_project.html.haml @@ -158,7 +158,7 @@ - if project_nav_tab? :pipelines = nav_link(controller: [:pipelines, :builds, :jobs, :pipeline_schedules, :artifacts]) do - = link_to project_pipelines_path(@project), class: 'shortcuts-pipelines' do + = link_to project_pipelines_path(@project), class: 'shortcuts-pipelines qa-link-pipelines' do .nav-icon-container = sprite_icon('rocket') %span.nav-item-name |