diaspora/app/views/notifier/mentioned.html.haml
2022-07-16 04:34:07 +02:00

9 lines
268 B
Text

- if @notification.post.public?
= post_message(@notification.post, html: true)
- else
%p
= t("notifier.mentioned.limited_post")
%p
= link_to t("notifier.comment_on_post.reply", name: @notification.post.author_first_name),
post_url(@notification.post)