about summary refs log tree commit diff stats
path: root/app/views/vote_mailer/daily_report_email.text.erb
blob: 5fc0b31ae2364e98f022cd9cf824cff25cced009 (plain) (blame)
1
2
3
4
5
Users have upvoted content on Four Island in the last day!

<% @entries.each do |entry| %>
- <%= voters_list(entry) %> upvoted <%= entry.first.votable.title %> (<%= url_for(entry.first.votable) %>)
<% end %>