mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 14:06:04 +01:00
3 lines
190 B
Text
3 lines
190 B
Text
= button_to subscriptions_path(answer: answer.id), method: :delete, class: "dropdown-item", form: { id: "subscription-#{answer.id}" } do
|
|
%i.fa.fa-fw.fa-bell-slash
|
|
= t("voc.unsubscribe")
|