4 lines
236 B
Text
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)
|