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-12-01 00:18:17 +0300
committerClement Ho <ClemMakesApps@gmail.com>2017-01-10 01:00:58 +0300
commit64d46a3e80001c2dc13f6fd04e2abac40ee9d093 (patch)
tree99a8b0061a2b010c54e81fd381713178cf59d0c4 /app/views
parent44187782bfc7944b535e3feda05557831518806b (diff)
Add logic for dynamically selecting which dropdown to load [skip ci]
Diffstat (limited to 'app/views')
-rw-r--r--app/views/shared/issuable/_search_bar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_search_bar.html.haml b/app/views/shared/issuable/_search_bar.html.haml
index 4c27c835bee..a45af053f5c 100644
--- a/app/views/shared/issuable/_search_bar.html.haml
+++ b/app/views/shared/issuable/_search_bar.html.haml
@@ -12,7 +12,7 @@
class: "check_all_issues left"
.issues-other-filters.filtered-search-container
.filtered-search-input-container
- %input.form-control.filtered-search{ placeholder: 'Search or filter results...' }
+ %input.form-control.filtered-search{ placeholder: 'Search or filter results...', 'data-id' => 'filtered-search' }
= icon('filter')
%button.clear-search.hidden{ type: 'button' }
= icon('times')