From aa66ac4500780f544327921a8a1cd588f9d571e7 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Tue, 27 Feb 2024 22:35:27 +0100 Subject: [PATCH] Fix haml-lint nits --- app/views/moderation/reports/index.html.haml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/moderation/reports/index.html.haml b/app/views/moderation/reports/index.html.haml index bac8e797..c7924a3e 100644 --- a/app/views/moderation/reports/index.html.haml +++ b/app/views/moderation/reports/index.html.haml @@ -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;" }