mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-06 11:58:15 +08:00
7 lines
No EOL
282 B
Text
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 %> |