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
180 B
Plaintext
Raw Normal View History

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