|
|
|
@ -6,7 +6,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<div class="app-filter__content"> |
|
|
|
<div class="app-filter__content"> |
|
|
|
<%= form_with html: { method: :get } do |f| %> |
|
|
|
<%= form_with html: { method: :get } do |f| %> |
|
|
|
<% all_or_yours = { "all": { label: "All" }, "yours": { label: "Yours" }} %> |
|
|
|
<% all_or_yours = { "all": { label: "All" }, "yours": { label: "Yours" } } %> |
|
|
|
|
|
|
|
|
|
|
|
<% if bulk_upload_options(@bulk_upload).present? %> |
|
|
|
<% if bulk_upload_options(@bulk_upload).present? %> |
|
|
|
<%= render partial: "filters/checkbox_filter", |
|
|
|
<%= render partial: "filters/checkbox_filter", |
|
|
|
|