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 %>