9 lines
268 B
Text
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)
|