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