Merge pull request #3031 from AHOHNMYC/fix-filter-checkbox

Fix filter checkbox
pull/3033/head
Samantaz Fox 2 years ago committed by GitHub
commit dda4dadfa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -106,7 +106,7 @@ module Invidious::Frontend::SearchFilters
{% feature = value.underscore %}
str << "\t\t\t\t\t\t<div>"
str << "<input type='checkbox' name='features' id='filter-features-{{feature}}' value='{{feature}}'"
str << "<input type='checkbox' name='features' id='filter-feature-{{feature}}' value='{{feature}}'"
str << " checked" if value.{{feature}}?
str << '>'

Loading…
Cancel
Save