diff --git a/app/views/user_notifications/digest.html.erb b/app/views/user_notifications/digest.html.erb index a7f65163111..61862b0613b 100644 --- a/app/views/user_notifications/digest.html.erb +++ b/app/views/user_notifications/digest.html.erb @@ -56,7 +56,7 @@ <%- if @new_by_category.present? %>

<%= t('user_notifications.digest.more_topics_category', last_seen_at: @last_seen_at, new_topics_since_seen: @new_topics_since_seen) %>

- <%- @new_by_category.each do |c| %> + <%- @new_by_category.first(10).each do |c| %> <%= c[0].name %> <%= c[1] %>