mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-06 14:53:13 +08:00
This breaks up the large and unwieldy digest (AKA summary) email template into a handful of partials, in hopes that this enables users to more easily customize that particular send.
29 lines
No EOL
1.8 KiB
Text
29 lines
No EOL
1.8 KiB
Text
<table align="center" class="digest-content-header with-accent-colors with-dir" style="border-spacing:0;margin:0;padding:0;vertical-align:top;width:100%">
|
|
<tbody>
|
|
<tr>
|
|
<td style="border-collapse:collapse!important;color:#0a0a0a;line-height:1.3;margin:0;padding:0;vertical-align:top;word-wrap:normal">
|
|
<br/>
|
|
<center class="header-since-last-visit with-accent-colors" style="font-size:22px;font-weight:400;mso-line-height-rule:exactly;line-height:36px;"><%=t 'user_notifications.digest.since_last_visit' %></center>
|
|
<table class="header-stats with-dir" style="table-layout:fixed;margin:10px 0 20px 0;padding:0;vertical-align:top;width:100%;min-width:100%;">
|
|
<tbody>
|
|
<tr class="header-stat-count">
|
|
<%- @counts.each do |count| -%>
|
|
<td id="<%= count[:id] %>_stat_count" style="text-align:center;font-size:36px;font-weight:400;">
|
|
<a class="with-accent-colors" href="<%= count[:href] -%>"><strong><%= count[:value] -%></strong></a>
|
|
</td>
|
|
<%- end -%>
|
|
</tr>
|
|
<tr class="header-stat-description">
|
|
<%- @counts.each do |count| -%>
|
|
<td id="<%= count[:id] %>_stat_description" style="font-size:14px;font-weight:400;text-align:center;">
|
|
<a class="with-accent-colors" href="<%= count[:href] -%>"><strong><%=t count[:label_key] -%></strong></a>
|
|
</td>
|
|
<%- end -%>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<center class="header-popular-topics with-accent-colors" style="font-size:22px;font-weight:400;margin-bottom: 8px; mso-line-height-rule:exactly;line-height:36px;"><%=t 'user_notifications.digest.popular_topics' %></center>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table> |