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

4 lines
236 B
Text

= comment_message(@notification.comment, html: true)
%p
= link_to t("notifier.comment_on_post.reply", name: @notification.comment.post.author_first_name),
post_url(@notification.comment.post, anchor: @notification.comment.guid)