about summary refs log tree commit diff stats
path: root/app/views/comment_mailer/new_comment_email.text.erb
blob: 334d087ab62467d3fe3e774bbdd4c607ad961809 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
A comment has been posted on <%= @comment.blog.title %> by the following user:

* Name: <%= @comment.username %>
* Email: <%= @comment.email %>
<% unless @comment.website.empty? %>* Website: <%= @comment.website %>
<% end %>
Here is the comment:

---

<%= @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}") %>