diff options
author | Phil Hughes <me@iamphill.com> | 2016-02-05 18:56:37 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-02-05 18:56:37 +0000 |
commit | 0a094cb1dfe7328214c8516d60d51deb13c8fc1a (patch) | |
tree | 17cc95a8b337d63a21cea39d0f3f1e6339ca0edd /spec | |
parent | 2e8fe0bdb274e8cdc80d0e38fe340832c70adfb2 (diff) | |
download | gitlab-ce-0a094cb1dfe7328214c8516d60d51deb13c8fc1a.tar.gz |
Changed the project switcher dropdown toggle
Moved the positioning of the dropdown to be more aligned with the title
Closes #13219 and #13214
Diffstat (limited to 'spec')
-rw-r--r-- | spec/javascripts/fixtures/project_title.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/javascripts/fixtures/project_title.html.haml b/spec/javascripts/fixtures/project_title.html.haml index 4286d1be669..a3bae7045ba 100644 --- a/spec/javascripts/fixtures/project_title.html.haml +++ b/spec/javascripts/fixtures/project_title.html.haml @@ -1,7 +1,7 @@ %h1.title %a GitLab Org - %a.project-item-select-holder.js-projects-dropdown-toggle{href: "/gitlab-org/gitlab-test"} + %a.project-item-select-holder{href: "/gitlab-org/gitlab-test"} GitLab Test - %span.fa.fa-chevron-down.dropdown-toggle-caret %input#project_path.project-item-select.js-projects-dropdown.ajax-project-select{type: "hidden", name: "project_path", "data-include-groups" => "false"} + %span.fa.fa-chevron-down.dropdown-toggle-caret.js-projects-dropdown-toggle |