blob: 787d6b8bb2bb81dd51e35d6f6e015b0390388526 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
A comment has been posted on <%= @comment.blog.title %> that is pending moderation.
The details of the user that posted it:
* Name: <%= @comment.username %>
* Email: <%= @comment.email %>
<% unless @comment.website.empty? %>* Website: <%= @comment.website %>
<% end %>
Here is the comment:
---
<%= @comment.body %>
---
Posted: <%= @comment.created_at.strftime("%B #{@comment.created_at.day.ordinalize}, %Y at %-I:%M:%S%P") %>
Go to the admin panel: <%= pending_admin_comments_url %>
|