about summary refs log tree commit diff stats
path: root/app/views/quote_mailer/pending_quote_email.html.haml
blob: df725945a5d883eb1dd1a4ea490268c266be0857 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
%p
  A new quote has been submitted for moderation.
- unless @quote.submitter.nil?
  %p
    It was submitted by:
    = succeed "." do
      = @quote.submitter
%p The body of the quote:
%pre= @quote.content
%p
  Submitted:
  = @quote.created_at.strftime("%B #{@quote.created_at.day.ordinalize}, %Y at %-I:%M:%S%P")
%p= link_to "Go to the admin panel", pending_admin_quotes_url