diaspora/app/views/notifier/comment_on_post.html.haml
2011-08-11 14:40:45 -07:00

4 lines
177 B
Text

%p
= comment_message(@comment.text, :process_newlines => true)
%p
= link_to t('notifier.comment_on_post.reply', :name => @comment.post.author.name), post_url(@comment.post)