diff options
Diffstat (limited to 'app/views/vote_mailer/daily_report_email.html.haml')
-rw-r--r-- | app/views/vote_mailer/daily_report_email.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/vote_mailer/daily_report_email.html.haml b/app/views/vote_mailer/daily_report_email.html.haml index ab54df2..33458f1 100644 --- a/app/views/vote_mailer/daily_report_email.html.haml +++ b/app/views/vote_mailer/daily_report_email.html.haml | |||
@@ -3,6 +3,6 @@ | |||
3 | %ul | 3 | %ul |
4 | - @entries.each do |entry| | 4 | - @entries.each do |entry| |
5 | %li | 5 | %li |
6 | %strong= pluralize(entry.size, "person") | 6 | = voters_list(entry, html: true) |
7 | left an upvote on | 7 | upvoted |
8 | = link_to entry.first.votable.title, entry.first.votable, style: "font-weight: bold; font-style: italic" | 8 | = link_to entry.first.votable.title, entry.first.votable, style: "font-weight: bold; font-style: italic" |