mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-05 07:13:12 +08:00
10 lines
No EOL
355 B
Text
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> |