blob: 33458f13e59e7dec87df42767cb9a195f7461b76 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
%p
Users have upvoted content on Four Island in the last day!
%ul
- @entries.each do |entry|
%li
= voters_list(entry, html: true)
upvoted
= link_to entry.first.votable.title, entry.first.votable, style: "font-weight: bold; font-style: italic"
|