tilde.news/app/views/email_reply_mailer/reply.text.erb

6 lines
200 B
Plaintext

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