From 79f7a922effa74bb3046d236dab52bf3d40136f9 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 22 Aug 2014 12:14:50 -0700 Subject: [PATCH] add
between sections of digest email --- app/views/user_notifications/digest.html.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/user_notifications/digest.html.erb b/app/views/user_notifications/digest.html.erb index 619992fcbd3..38144435765 100644 --- a/app/views/user_notifications/digest.html.erb +++ b/app/views/user_notifications/digest.html.erb @@ -14,8 +14,10 @@ <%= raw(t 'user_notifications.digest.why', site_link: html_site_link, last_seen_at: @last_seen_at) %> <%- if @featured_topics.present? %> +

<%=t 'user_notifications.digest.top_topics' %>

+ <%- @featured_topics.each_with_index do |t, i| %>