journalduhacker/app/views/email_reply/mention.text.erb

5 lines
194 B
Plaintext

<%= @comment.user.username %> has mention you in a comment:
<%= word_wrap(@comment.plaintext_comment, :line_width => 72).gsub(/\n/, "\n ") %>
Continue this discussion at <%= @comment.url %>