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