summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-04-05 19:19:00 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-04-06 13:23:18 -0500
commitee87d15cf443e66f47e20b92bb442b9e1874fee7 (patch)
tree9b4b64a512f0b84da3b50047a4e9a5111ff26e4c /app/views
parent7baebd322008e0ca912c447792f1d7cffd74f8e2 (diff)
downloadgitlab-ce-ee87d15cf443e66f47e20b92bb442b9e1874fee7.tar.gz
Change approach, do not use timeouts
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/_search.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/_search.html.haml b/app/views/layouts/_search.html.haml
index 9d4ab9847a8..ba04bd74b8d 100644
--- a/app/views/layouts/_search.html.haml
+++ b/app/views/layouts/_search.html.haml
@@ -21,8 +21,8 @@
%a.is-focused.dropdown-menu-empty-link
Loading...
= dropdown_loading
- %i.search-icon
- %i.clear-icon.js-clear-input
+ %i.search-icon
+ %i.clear-icon.js-clear-input
= hidden_field_tag :group_id, @group.try(:id)
= hidden_field_tag :project_id, @project && @project.persisted? ? @project.id : '', id: 'search_project_id'