about summary refs log tree commit diff stats
path: root/app/views/quote_mailer/pending_quote_email.html.haml
blob: fff825d7b2c0f4a7763cc79e997efba9f83b1eb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
%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")