Files
discourse/app/views/user_notifications/digest/_custom_header.erb
T
benj 3c290648fa DEV: Refactors digest/summary email into partials (#33451)
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.
2025-07-07 09:57:15 -05:00

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>