about summary refs log tree commit diff stats
path: root/app/views/comment_mailer/reply_comment_email.html.haml
blob: 22009eebe9c834bcc759f14ceefe030dee987a89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%p
  A reply has been posted to your comment on
  = succeed "." do
    = link_to @comment.blog.title, @comment.blog
  The original comment:
%blockquote= @comment.reply_to.body
%p
  = @comment.username
  left the following response:
%blockquote= @comment.body
%p
  Posted:
  = @comment.published_at.strftime("%B #{@comment.published_at.day.ordinalize}, %Y at %-I:%M:%S%P")
%p= link_to "See the comment on the web", blog_url(@comment.blog, anchor: "comment-#{@comment.id}")