discourse/app/views/user_notifications/digest/_custom_header.erb
benj b6c1ec0264
DEV: Breaks up core digest.text.erb for readability (#33637)
Adds partials for digest.text.erb and some comments for clarity.
2025-07-17 11:41:21 -05:00

10 lines
No EOL
355 B
Text

<table width="100%" class="digest-header logo-header" dir="<%= rtl? ? 'rtl' : 'ltr' %>" style="border-spacing:0;padding:0;">
<tr>
<!-- Empty cells pad either side of the email content -->
<td></td>
<td width="650" style="padding:0;">
<%= raw(t 'user_notifications.digest.custom.html.header') %>
</td>
<td></td>
</tr>
</table>