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

<% @entries.each do |entry| %>
- <%= pluralize(entry.size, "person") %> left an upvote on <%= entry.first.votable.title %> (<%= url_for(entry.first.votable) %>)
<% end %>