diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-21 13:24:24 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-21 13:24:24 -0400 |
commit | 0d50b1f18993827cb6862efeedea528b64fad164 (patch) | |
tree | 3e01bd704662742a8847bd281616e29f06249cfa /app/views/quote_mailer/pending_quote_email.text.erb | |
parent | 35906f26e24467c52b6cf09346abe57444e5963a (diff) | |
download | thoughts-0d50b1f18993827cb6862efeedea528b64fad164.tar.gz thoughts-0d50b1f18993827cb6862efeedea528b64fad164.tar.bz2 thoughts-0d50b1f18993827cb6862efeedea528b64fad164.zip |
Added quote moderation panel
Diffstat (limited to 'app/views/quote_mailer/pending_quote_email.text.erb')
-rw-r--r-- | app/views/quote_mailer/pending_quote_email.text.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/quote_mailer/pending_quote_email.text.erb b/app/views/quote_mailer/pending_quote_email.text.erb index 818fc4a..b9d71bb 100644 --- a/app/views/quote_mailer/pending_quote_email.text.erb +++ b/app/views/quote_mailer/pending_quote_email.text.erb | |||
@@ -13,3 +13,5 @@ Here is the quote: | |||
13 | --- | 13 | --- |
14 | 14 | ||
15 | Posted: <%= @quote.created_at.strftime("%B #{@quote.created_at.day.ordinalize}, %Y at %-I:%M:%S%P") %> | 15 | Posted: <%= @quote.created_at.strftime("%B #{@quote.created_at.day.ordinalize}, %Y at %-I:%M:%S%P") %> |
16 | |||
17 | Go to the admin panel: <%= pending_admin_quotes_url %> | ||