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

6 lines
211 B
Plaintext

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