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

6 lines
210 B
Plaintext
Raw Normal View History

2017-02-08 08:42:13 +01:00
<%= t(:emailmentionreplyat, :author => "#{@comment.user.username}" %>
<%= word_wrap(@comment.plaintext_comment, :line_width => 72).gsub(/\n/, "\n ") %>
2017-02-08 08:42:13 +01:00
<%= t(:emailmentioncontinueto) %><%= @comment.url %>