retrospring/app/views/settings/mutes/_rule.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
247 B
Text
Raw Normal View History

2023-01-04 23:00:21 +01:00
.form-group.mb-3{ id: "rule_#{rule.id}" }
2022-11-18 21:47:37 +01:00
.input-group
%input.form-control{ disabled: true, value: rule.muted_phrase }
2024-01-14 15:13:37 +01:00
= button_to settings_muted_destroy_path(rule.id), method: :delete, class: "btn btn-danger" do
= t("voc.remove")