about summary refs log tree commit diff stats
path: root/app/views/comment_mailer/reply_comment_email.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/comment_mailer/reply_comment_email.text.erb')
-rw-r--r--app/views/comment_mailer/reply_comment_email.text.erb19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/views/comment_mailer/reply_comment_email.text.erb b/app/views/comment_mailer/reply_comment_email.text.erb new file mode 100644 index 0000000..bd60692 --- /dev/null +++ b/app/views/comment_mailer/reply_comment_email.text.erb
@@ -0,0 +1,19 @@
1A reply has been posted to your comment on <%= @comment.blog.title %>. The original comment:
2
3---
4
5<%= @comment.reply_to.body %>
6
7---
8
9<%= @comment.username %> posted the following response:
10
11---
12
13<%= @comment.body %>
14
15---
16
17Posted: <%= @comment.published_at.strftime("%B #{@comment.published_at.day.ordinalize}, %Y at %-I:%M:%S%P") %>
18
19See the comment on the web: <%= blog_url(@comment.blog, anchor: "comment-#{@comment.id}") %>