Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJu committed Nov 1, 2024
1 parent 747d459 commit c38e958
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions templates/accuracy_notice_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
<section id="context" style="{{styles.section}}">
<table>
<tr>
<td rowspan=2>{{styles.icon_alert()}}</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>
<td>Your feature is slated to launch soon for M{{milestone}}. <b>Please verify the accuracy of </b><a
href="{{SITE_URL}}feature/{{id}}">{{feature.name}}</a>:</td>
</tr>
<tr>
<div style="{{styles.button_div}}">
<a href="{{SITE_URL}}guide/verify_accuracy/{{id}}" style="{{styles.button_a}}"
>Verify feature accuracy</a></div>
<td>
<div style="{{styles.button_div}}">
<a href="{{SITE_URL}}guide/verify_accuracy/{{id}}" style="{{styles.button_a}}">Verify feature accuracy</a>
</div>
</td>
</tr>
</table>
</section>
Expand Down

0 comments on commit c38e958

Please sign in to comment.