mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 13:49:06 +01:00
5 lines
247 B
Text
5 lines
247 B
Text
.form-group.mb-3{ id: "rule_#{rule.id}" }
|
|
.input-group
|
|
%input.form-control{ disabled: true, value: rule.muted_phrase }
|
|
= button_to settings_muted_destroy_path(rule.id), method: :delete, class: "btn btn-danger" do
|
|
= t("voc.remove")
|