retrospring/app/views/subscriptions/_create.html.haml
2023-10-25 03:14:57 +02:00

3 lines
155 B
Text

= button_to subscriptions_path(answer: answer.id), class: "dropdown-item", id: "subscription-#{answer.id}" do
%i.fa.fa-fw.fa-bell
= t("voc.subscribe")