summaryrefslogtreecommitdiff
path: root/app/views/shared/projects/_filter_fields.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/projects/_filter_fields.html.haml')
-rw-r--r--app/views/shared/projects/_filter_fields.html.haml11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/views/shared/projects/_filter_fields.html.haml b/app/views/shared/projects/_filter_fields.html.haml
deleted file mode 100644
index 26362ad1eb7..00000000000
--- a/app/views/shared/projects/_filter_fields.html.haml
+++ /dev/null
@@ -1,11 +0,0 @@
-- if params[:sort].present?
- = hidden_field_tag :sort, params[:sort]
-
-- if params[:personal].present?
- = hidden_field_tag :personal, params[:personal]
-
-- if params[:archived].present?
- = hidden_field_tag :archived, params[:archived]
-
-- if params[:visibility_level].present?
- = hidden_field_tag :visibility_level, params[:visibility_level]