diff --git a/app/views/user_notifications/digest.html.erb b/app/views/user_notifications/digest.html.erb index 58ed12986b0..5580d1c5c21 100644 --- a/app/views/user_notifications/digest.html.erb +++ b/app/views/user_notifications/digest.html.erb @@ -169,13 +169,6 @@  <%= t.posts_count - 1 -%> - - <% t.posters_summary.each do |ps| %> - <% if ps.user %> - <%= ps.user.username -%> - <% end %> - <% end %> - @@ -325,13 +318,6 @@ <%= category_badge(t.category, inline_style: true, absolute_url: true) %>

- - <% t.posters_summary[0,2].each do |ps| %> - <% if ps.user %> - <%= ps.user.username -%> - <% end %> - <% end %> - likes