summaryrefslogtreecommitdiff
path: root/app/views/search/results/_filters.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/search/results/_filters.html.haml')
-rw-r--r--app/views/search/results/_filters.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/search/results/_filters.html.haml b/app/views/search/results/_filters.html.haml
new file mode 100644
index 00000000000..632d3dfd58c
--- /dev/null
+++ b/app/views/search/results/_filters.html.haml
@@ -0,0 +1,7 @@
+.d-lg-flex.align-items-end
+ #js-search-filter-by-state{ 'v-cloak': true }
+ - if Feature.enabled?(:search_filter_by_confidential, @group)
+ #js-search-filter-by-confidential{ 'v-cloak': true }
+
+ - if %w(issues merge_requests).include?(@scope)
+ %hr.gl-mt-4.gl-mb-4