summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_search_bar.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-11-08 12:47:53 -0600
committerClement Ho <ClemMakesApps@gmail.com>2017-01-09 16:00:50 -0600
commita257f48946d9d002d829e116cc4acb6349240318 (patch)
treeb67a4eb9160b0b937c396666dc3728a7b7528ade /app/views/shared/issuable/_search_bar.html.haml
parent823185eca1dd3483f0c178991870c9727aad6470 (diff)
downloadgitlab-ce-a257f48946d9d002d829e116cc4acb6349240318.tar.gz
Add clear search button
Diffstat (limited to 'app/views/shared/issuable/_search_bar.html.haml')
-rw-r--r--app/views/shared/issuable/_search_bar.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/shared/issuable/_search_bar.html.haml b/app/views/shared/issuable/_search_bar.html.haml
index db9011d5d57..5e759301a04 100644
--- a/app/views/shared/issuable/_search_bar.html.haml
+++ b/app/views/shared/issuable/_search_bar.html.haml
@@ -14,6 +14,8 @@
.filtered-search-input-container
%input.form-control.filtered-search{ placeholder: 'Search or filter results...' }
= icon('filter')
+ %button.clear-search.hidden
+ = icon('times')
.pull-right
- if boards_page
#js-boards-seach.issue-boards-search