summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-12-10 13:47:36 -0600
committerClement Ho <ClemMakesApps@gmail.com>2017-01-09 16:01:13 -0600
commit85f1793590b31171bac3c1e1f5d4420d96302551 (patch)
treef892682ea54853b679a2117f43f6b11a7259a578 /app/views
parent99ffd0d44e0c813f9c4216b01fa321a5409ed360 (diff)
downloadgitlab-ce-85f1793590b31171bac3c1e1f5d4420d96302551.tar.gz
Pass project ID through the DOM
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 2d2ecf030a8..86692e77697 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...', 'data-id' => 'filtered-search' }
+ %input.form-control.filtered-search{ placeholder: 'Search or filter results...', 'data-id' => 'filtered-search', 'data-project-id' => @project.id }
= icon('filter')
%button.clear-search.hidden{ type: 'button' }
= icon('times')