blob: e37046f555a8070c90975390d57ceaeaa6353a8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Four Island
===========
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}") %>
|