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.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/vote_mailer/daily_report_email.text.erb b/app/views/vote_mailer/daily_report_email.text.erb new file mode 100644 index 0000000..22ea368 --- /dev/null +++ b/app/views/vote_mailer/daily_report_email.text.erb
@@ -0,0 +1,5 @@
1Users have upvoted content on Four Island in the last day!
2
3<% @entries.each do |entry| %>
4- <%= pluralize(entry.size, "person") %> left an upvote on <%= entry.first.votable.title %> (<%= url_for(entry.first.votable) %>)
5<% end %>