summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsliaquat <sliaquat@gitlab.com>2018-09-26 23:19:24 +0500
committersliaquat <sliaquat@gitlab.com>2018-09-26 23:19:24 +0500
commitbab91b8bb144e83b3b4438c4a54c74f5617d4f87 (patch)
tree0a603b9aac6c78f312fd877593a397c33b8d681b
parent3314233588ec13eb16d562702aa281e99b44f825 (diff)
downloadgitlab-ce-qa-257-group-saml-sso-ce-pre-req.tar.gz
Added css class to aid gitlab-qa testsqa-257-group-saml-sso-ce-pre-req
-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