summaryrefslogtreecommitdiff
path: root/spec/frontend/fixtures/static/issuable_filter.html
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/fixtures/static/issuable_filter.html')
-rw-r--r--spec/frontend/fixtures/static/issuable_filter.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/frontend/fixtures/static/issuable_filter.html b/spec/frontend/fixtures/static/issuable_filter.html
new file mode 100644
index 00000000000..06b70fb43f1
--- /dev/null
+++ b/spec/frontend/fixtures/static/issuable_filter.html
@@ -0,0 +1,9 @@
+<form action="/user/project/issues?scope=all&amp;state=closed" class="js-filter-form">
+<input id="utf8" name="utf8" value="✓">
+<input id="check-all-issues" name="check-all-issues">
+<input id="search" name="search">
+<input id="author_id" name="author_id">
+<input id="assignee_id" name="assignee_id">
+<input id="milestone_title" name="milestone_title">
+<input id="label_name" name="label_name">
+</form>