Skip to content

Commit

Permalink
Change outdated feature notification emails
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJu committed Oct 31, 2024
1 parent 9a6b2f6 commit dfb61c4
Showing 1 changed file with 16 additions and 33 deletions.
49 changes: 16 additions & 33 deletions templates/accuracy_notice_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,28 @@
<table>
<tr>
<td rowspan=2>{{styles.icon_alert()}}</td>
<td><b>Your update is needed</b> on feature entry:</td>
<td><b>Your feature is slated to launch soon for M{{milestone}}. Please verify the accuracy of </b><a
style="{{styles.feature_name}}" href="{{SITE_URL}}feature/{{id}}">{{feature.name}}</a>:</td>
</tr>
<tr>
<td><a style="{{styles.feature_name}}"
href="{{SITE_URL}}feature/{{id}}"
>{{feature.name}}</a>
</td>
<div style="{{styles.button_div}}">
<a href="{{SITE_URL}}guide/verify_accuracy/{{id}}" style="{{styles.button_a}}"
>Verify feature accuracy</a></div>
</tr>
</table>
</section>

<section id="details" style="{{styles.section}}">
<p>
{% include "estimated-milestones-table.html" %}
</p>
<p>
Your feature entry is an important resource for
cross functional teams that help drive adoption of new features and
enterprise IT admins who might be affected by web platform changes. We need
to know whether your plans are changing or staying the same.
</p>
</section>

<section id="why-triggered" style="{{styles.section}}">
{% if is_escalated %}
Expand All @@ -34,33 +45,5 @@
</p>
</section>


<section id="details" style="{{styles.section}}">
<p>Your feature is slated to launch soon for m{{milestone}}:</p>
<p>
{% include "estimated-milestones-table.html" %}
</p>
<p>
Your feature entry is an important resource for
cross functional teams that help drive adoption of new features and
enterprise IT admins who might be affected by web platform changes.
</p>

<p>
We need to know whether your plans are changing or staying
the same. <strong>Please click the link below to update and confirm key
fields of your feature entry.</strong>
</p>
</section>


<section id="next-steps" style="{{styles.section}}">
<div><b>Your next steps:</b></div>

<div style="{{styles.button_div}}">
<a href="{{SITE_URL}}guide/verify_accuracy/{{id}}" style="{{styles.button_a}}"
>Verify feature accuracy</a></div>
</section>

</div>
</div>

0 comments on commit dfb61c4

Please sign in to comment.