From 222dbaf5c23b41eabb75a83784bd4d110e981547 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 7 Dec 2024 16:11:31 -0500 Subject: Daily upvote email now includes details about webmention likes --- app/views/vote_mailer/daily_report_email.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/vote_mailer/daily_report_email.html.haml') diff --git a/app/views/vote_mailer/daily_report_email.html.haml b/app/views/vote_mailer/daily_report_email.html.haml index ab54df2..33458f1 100644 --- a/app/views/vote_mailer/daily_report_email.html.haml +++ b/app/views/vote_mailer/daily_report_email.html.haml @@ -3,6 +3,6 @@ %ul - @entries.each do |entry| %li - %strong= pluralize(entry.size, "person") - left an upvote on + = voters_list(entry, html: true) + upvoted = link_to entry.first.votable.title, entry.first.votable, style: "font-weight: bold; font-style: italic" -- cgit 1.4.1