diff --git a/app/views/user_notifications/digest.html.erb b/app/views/user_notifications/digest.html.erb index d551dfe2d29..a79cb5adcd2 100644 --- a/app/views/user_notifications/digest.html.erb +++ b/app/views/user_notifications/digest.html.erb @@ -303,13 +303,11 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo <% end %> +<%= digest_custom_html("above_popular_topics") %> <% if @other_new_for_you.present? %>
<%=t 'user_notifications.digest.more_new' %>
- -<%= digest_custom_html("above_popular_topics") %> - @@ -369,10 +367,10 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo
 
-<%= digest_custom_html("below_popular_topics") %> - <% end %> +<%= digest_custom_html("below_popular_topics") %> +