mirror of
https://github.com/discourse/discourse.git
synced 2026-08-10 04:58:31 -05: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.
9 lines
293 B
ERB
9 lines
293 B
ERB
<table width="100%" class="digest-header logo-header" dir="<%= rtl? ? 'rtl' : 'ltr' %>" style="border-spacing:0;padding:0;">
|
|
<tr>
|
|
<td></td>
|
|
<td width="650" style="padding:0;">
|
|
<%= raw(t 'user_notifications.digest.custom.html.header') %>
|
|
</td>
|
|
<td></td>
|
|
</tr>
|
|
</table> |