summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-09-27 08:25:50 +0000
committerRémy Coutable <remy@rymai.me>2018-09-27 08:25:50 +0000
commit98a14fb6d2ecafa231bae1d5f43bcf23db987e05 (patch)
tree455d51cf311f5a8136098d97b442053afda1507e
parent46da2c0b01fba81e31c6b7481b065140768c924e (diff)
parentbab91b8bb144e83b3b4438c4a54c74f5617d4f87 (diff)
downloadgitlab-ce-40085-add-a-create_merge_request-quick-action-2.tar.gz
Merge branch 'qa-257-group-saml-sso-ce-pre-req' into 'master'40085-add-a-create_merge_request-quick-action-2
Adds css classes to aid GitLab-QA tests See merge request gitlab-org/gitlab-ce!21935
-rw-r--r--app/views/layouts/nav/sidebar/_group.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/sidebar/_group.html.haml b/app/views/layouts/nav/sidebar/_group.html.haml
index 4158bb69452..43170587797 100644
--- a/app/views/layouts/nav/sidebar/_group.html.haml
+++ b/app/views/layouts/nav/sidebar/_group.html.haml
@@ -109,7 +109,7 @@
= link_to edit_group_path(@group) do
.nav-icon-container
= sprite_icon('settings')
- %span.nav-item-name
+ %span.nav-item-name.qa-settings-item
= _('Settings')
%ul.sidebar-sub-level-items
= nav_link(path: %w[groups#projects groups#edit badges#index ci_cd#show], html_options: { class: "fly-out-top-item" } ) do