summaryrefslogtreecommitdiff
path: root/app/views/layouts/header/_new_dropdown.haml
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-01-30 14:50:17 +0000
committerLin Jen-Shin <godfat@godfat.org>2018-01-30 14:50:17 +0000
commit07557a946bac1b596a28293d39e7bd2581ff828b (patch)
treef725f935880b122862880f9f18d18fb74a7f758b /app/views/layouts/header/_new_dropdown.haml
parentbf01452cc361842dab7442a9ad868213d53bd212 (diff)
parent03f386c2b20f95272e4846f5ecab54fd8b2566e0 (diff)
downloadgitlab-ce-qa-define-selectors.tar.gz
Merge branch 'master' into 'qa-define-selectors'qa-define-selectors
# Conflicts: # qa/qa/page/group/show.rb
Diffstat (limited to 'app/views/layouts/header/_new_dropdown.haml')
-rw-r--r--app/views/layouts/header/_new_dropdown.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/header/_new_dropdown.haml b/app/views/layouts/header/_new_dropdown.haml
index 088f2785092..eb32f393310 100644
--- a/app/views/layouts/header/_new_dropdown.haml
+++ b/app/views/layouts/header/_new_dropdown.haml
@@ -1,5 +1,5 @@
%li.header-new.dropdown
- = link_to new_project_path, class: "header-new-dropdown-toggle has-tooltip", title: "New...", ref: 'tooltip', aria: { label: "New..." }, data: { toggle: 'dropdown', placement: 'bottom', container: 'body' } do
+ = link_to new_project_path, class: "header-new-dropdown-toggle has-tooltip qa-new-menu-toggle", title: "New...", ref: 'tooltip', aria: { label: "New..." }, data: { toggle: 'dropdown', placement: 'bottom', container: 'body' } do
= sprite_icon('plus-square', size: 16)
= sprite_icon('angle-down', css_class: 'caret-down')
.dropdown-menu-nav.dropdown-menu-align-right