mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 20:36:01 +01:00
Fix haml-lint nits
This commit is contained in:
parent
50126cc4c4
commit
aa66ac4500
1 changed files with 4 additions and 1 deletions
|
@ -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;" }
|
||||
|
|
Loading…
Reference in a new issue