about summary refs log tree commit diff stats
path: root/app/views/vote_mailer/daily_report_email.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/vote_mailer/daily_report_email.text.erb')
-rw-r--r--app/views/vote_mailer/daily_report_email.text.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/vote_mailer/daily_report_email.text.erb b/app/views/vote_mailer/daily_report_email.text.erb index 22ea368..5fc0b31 100644 --- a/app/views/vote_mailer/daily_report_email.text.erb +++ b/app/views/vote_mailer/daily_report_email.text.erb
@@ -1,5 +1,5 @@
1Users have upvoted content on Four Island in the last day! 1Users have upvoted content on Four Island in the last day!
2 2
3<% @entries.each do |entry| %> 3<% @entries.each do |entry| %>
4- <%= pluralize(entry.size, "person") %> left an upvote on <%= entry.first.votable.title %> (<%= url_for(entry.first.votable) %>) 4- <%= voters_list(entry) %> upvoted <%= entry.first.votable.title %> (<%= url_for(entry.first.votable) %>)
5<% end %> 5<% end %>