Retrospring/app/views/subscriptions/_destroy.html.haml

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

4 lines
190 B
Plaintext
Raw Normal View History

= button_to subscriptions_path(answer: answer.id), method: :delete, class: "dropdown-item", form: { id: "subscription-#{answer.id}" } do
2023-10-24 17:50:10 -07:00
%i.fa.fa-fw.fa-bell-slash
= t("voc.unsubscribe")