blob: bd60692198a518d7e194539c8e03e4a0891a6928 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
A reply has been posted to your comment on <%= @comment.blog.title %>. The original comment:
---
<%= @comment.reply_to.body %>
---
<%= @comment.username %> posted the following response:
---
<%= @comment.body %>
---
Posted: <%= @comment.published_at.strftime("%B #{@comment.published_at.day.ordinalize}, %Y at %-I:%M:%S%P") %>
See the comment on the web: <%= blog_url(@comment.blog, anchor: "comment-#{@comment.id}") %>
|