about summary refs log tree commit diff stats
path: root/app/views/quote_mailer/pending_quote_email.text.erb
blob: 818fc4aacbc433e951e7e6886836758efa597a31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
A new quote has been submitted for moderation.

<% unless @quote.submitter.nil? %>
It was submitted by: <%= @quote.submitter %>.

<% end %>
Here is the quote:

---

<%= @quote.content %>

---

Posted: <%= @quote.created_at.strftime("%B #{@quote.created_at.day.ordinalize}, %Y at %-I:%M:%S%P") %>