diaspora/app/views/notifier/mentioned.markerb
2015-04-22 19:59:08 +02:00

9 lines
300 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) %>