Retrospring/app/views/settings/mutes/_form.html.haml

7 lines
307 B
Plaintext

#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")