9 lines
297 B
Text
9 lines
297 B
Text
<% if @notification.post.public? %>
|
|
<%= post_message(@notification.post, :process_newlines => true) %>
|
|
<% else %>
|
|
<%= t('notifier.mentioned.limited_post') %>
|
|
<% end %>
|
|
|
|
[<%= t("notifier.comment_on_post.reply", name: @notification.post_author_name) %>][1]
|
|
|
|
[1]: <%= post_url(@notification.post) %>
|