journalduhacker/app/views/email_reply/reply.text.erb
2012-08-24 11:41:34 -05:00

6 lines
185 B
Plaintext

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