diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-01-09 14:53:35 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-01-09 14:53:35 +0100 |
commit | b91b6418158e1e70d9d101b0cf82d92740fe2faf (patch) | |
tree | 3f2d8c17a1302c55dc8126de10d92dff4789d5a2 /app | |
parent | ffd109af4ef74ce54203f4067c2be3d2ff31e137 (diff) | |
download | gitlab-ce-b91b6418158e1e70d9d101b0cf82d92740fe2faf.tar.gz |
Add QA selectors coupling with sidebar menu
Diffstat (limited to 'app')
-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 1fa3a3041fd..abd07d71bcc 100644 --- a/app/views/layouts/nav/sidebar/_project.html.haml +++ b/app/views/layouts/nav/sidebar/_project.html.haml @@ -226,7 +226,7 @@ = link_to edit_project_path(@project), class: 'shortcuts-tree' do .nav-icon-container = sprite_icon('settings') - %span.nav-item-name + %span.nav-item-name.qa-settings-item Settings %ul.sidebar-sub-level-items |