journalduhacker/app/views/email_reply/reply.text.erb
2017-02-08 08:47:24 +01:00

6 lines
197 B
Plaintext

<%= t(:emailreplyat, :author => "#{@comment.user.username}") %>
<%= word_wrap(@comment.plaintext_comment, :line_width => 72).gsub(/\n/, "\n ") %>
<%= t(:emailcontinueto) %><%= @comment.url %>