mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-06 03:39:06 +08:00
6 lines
No EOL
240 B
Text
6 lines
No EOL
240 B
Text
<%- site_link = raw(@markdown_linker.create(@site_name, '/')) %>
|
|
<%= raw(t 'user_notifications.digest.why', site_link: site_link, since: @since) %>
|
|
|
|
<%- @counts.each do |count| -%>
|
|
<%= count[:value] -%> <%=t count[:label_key] %>
|
|
<%- end -%> |