diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2016-11-08 12:47:53 -0600 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2017-01-09 16:00:50 -0600 |
commit | a257f48946d9d002d829e116cc4acb6349240318 (patch) | |
tree | b67a4eb9160b0b937c396666dc3728a7b7528ade /app/views | |
parent | 823185eca1dd3483f0c178991870c9727aad6470 (diff) | |
download | gitlab-ce-a257f48946d9d002d829e116cc4acb6349240318.tar.gz |
Add clear search button
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/shared/issuable/_search_bar.html.haml | 2 |
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 |