about summary refs log tree commit diff stats
path: root/app/views/vote_mailer/daily_report_email.html.haml
blob: ab54df231031bb2d26ae44e22ad0b63f14a4ccdc (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
      %strong= pluralize(entry.size, "person")
      left an upvote on
      = link_to entry.first.votable.title, entry.first.votable, style: "font-weight: bold; font-style: italic"