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

6 lines
185 B
Plaintext
Raw Normal View History

2012-07-03 18:59:50 +02:00
<%= @comment.user.username %> has replied to you:
<%= word_wrap(@comment.plaintext_comment, :line_width => 72).gsub(/\n/, "\n ") %>
2012-07-04 03:48:01 +02:00
Continue this discussion at <%= @comment.url %>