Fix haml-lint nits

This commit is contained in:
Andreas Nedbal 2024-02-27 22:35:27 +01:00 committed by Andreas Nedbal
parent 50126cc4c4
commit aa66ac4500
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
.card
.card-body
.dropdown
%button.btn.dropdown-toggle{ class: @filter_enabled ? "btn-primary" : "btn-light", type: :button, data: { bs_toggle: :dropdown }, aria: { expanded: :false }}
%button.btn.dropdown-toggle{ class: @filter_enabled ? "btn-primary" : "btn-light",
type: :button,
data: { bs_toggle: :dropdown },
aria: { expanded: :false } }
%i.fa.fa-filter
= t("voc.filter")
.dropdown-menu{ style: "min-width: 300px;" }