mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-07 21:43:37 +01:00
6 lines
337 B
Text
6 lines
337 B
Text
#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-group-append
|
|
%button.btn.btn-primary{ type: "submit" }= t("voc.add")
|