fix: updated ace template for notifications email digest (#34778)
This commit is contained in:
committed by
GitHub
parent
e40495ed06
commit
0d4adaa5d7
@@ -1 +1,22 @@
|
||||
<%page expression_filter="h"/>
|
||||
<div style="margin:0; padding:0; min-width: 100%; background-color: background-color:#C9C9C9">
|
||||
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" style="line-height:1.5; max-width:600px; font-family:Inter">
|
||||
<tbody style="background-color:#f5f5f5">
|
||||
<tr>
|
||||
<td>
|
||||
{% include 'notifications/digest_header.html' %}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding:0.75rem 1.5rem; background-color:white">
|
||||
{% include 'notifications/digest_content.html' %}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 1.5rem; background-color: #F2F0EF">
|
||||
{% include 'notifications/digest_footer.html' %}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1,22 +1 @@
|
||||
<div style="margin:0; padding:0; min-width: 100%; background-color: background-color:#C9C9C9">
|
||||
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" style="line-height:1.5; max-width:600px; font-family:Inter">
|
||||
<tbody style="background-color:#f5f5f5">
|
||||
<tr>
|
||||
<td>
|
||||
{% include 'notifications/digest_header.html' %}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding:0.75rem 1.5rem; background-color:white">
|
||||
{% include 'notifications/digest_content.html' %}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 1.5rem; background-color: #F2F0EF">
|
||||
{% include 'notifications/digest_footer.html' %}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
{{ digest_frequency }} Notifications Digest for {% if digest_frequency == "Weekly" %}the Week of {% endif %}{{ start_date }}
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
<%page expression_filter="h"/>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title lang="en">{{ platform_name }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
|
||||
Reference in New Issue
Block a user