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 %>
|