diaspora/app/views/notifier/csrf_token_fail.html.haml
2022-07-16 04:44:17 +02:00

4 lines
244 B
Text

- message = t("notifier.csrf_token_fail.body",
name: @notification.recipient_first_name,
link: "https://owasp.org/www-community/attacks/csrf")
!= Redcarpet::Markdown.new(Diaspora::Markdownify::Email).render(message)