Commit 9d8d1042 authored by Eric Eastwood's avatar Eric Eastwood

Resolve conflict in top nav search

parent f99b9cc3
......@@ -18,17 +18,10 @@
spellcheck: false,
tabindex: '1',
autocomplete: 'off',
<<<<<<< HEAD
data: { toggle: 'dropdown',
issues_path: issues_dashboard_path,
mr_path: merge_requests_dashboard_path },
aria: { label: 'Search' }
=======
data: { issues_path: issues_dashboard_path,
mr_path: merge_requests_dashboard_path },
aria: { label: 'Search' }
%button.hidden.js-dropdown-search-toggle{ type: 'button', data: { toggle: 'dropdown' } }
>>>>>>> upstream/master
.dropdown-menu.dropdown-select
= dropdown_content do
%ul
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment