Fix haml-lint nits

This commit is contained in:
Andreas Nedbal 2023-10-15 07:32:31 +02:00 committed by Andreas Nedbal
parent 9053483952
commit 3afa52c59e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#form.form-group
%form{ action: settings_muted_path, method: "post" }
.input-group
%input.form-control#muted_phrase{ name: :muted_phrase, placeholder: t(".placeholder"), required: true, minlength: 1, data: { controller: :autofocus } }
%input.form-control#muted-phrase{ name: :muted_phrase, placeholder: t(".placeholder"), required: true, minlength: 1, data: { controller: :autofocus } }
.input-group-append
%button.btn.btn-primary{ type: "submit" }= t("voc.add")