discourse/app/views/user_notifications/digest/_other_new_topics.text.erb
benj b6c1ec0264
DEV: Breaks up core digest.text.erb for readability (#33637)
Adds partials for digest.text.erb and some comments for clarity.
2025-07-17 11:41:21 -05:00

7 lines
No EOL
282 B
Text

<%- if @other_new_for_you.present? %>
**<%=t 'user_notifications.digest.more_new' %>**
<%- @other_new_for_you.each do |t| %>
* <%= raw(@markdown_linker.create(t.title, t.url)) %> - <%= t.posts_count %> - <%- if t.category %>[<%= t.category.name %>]<%- end %>
<%- end -%>
<%- end %>