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

4 lines
180 B
Plaintext

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