Skip to content

Commit

Permalink
fix: updated ace template for notifications email digest (#34778)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadadeeltajamul authored May 10, 2024
1 parent e40495e commit 0d4adaa
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -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>
Original file line number Diff line number Diff line change
@@ -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 }}
Original file line number Diff line number Diff line change
@@ -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"/>

0 comments on commit 0d4adaa

Please sign in to comment.