Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-11-08 21:47:53 +0300
committerClement Ho <ClemMakesApps@gmail.com>2017-01-10 01:00:50 +0300
commita257f48946d9d002d829e116cc4acb6349240318 (patch)
treeb67a4eb9160b0b937c396666dc3728a7b7528ade /app/views
parent823185eca1dd3483f0c178991870c9727aad6470 (diff)
Add clear search button
Diffstat (limited to 'app/views')
-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