Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Commit

Permalink
fix(emailTemplate): Fix notification template link (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anu-Ujin authored and batamar committed Aug 6, 2019
1 parent 3832a0e commit 46eee51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/private/emailTemplates/notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
>
View notification
</a>

<div style="margin-top: 20px; padding: 10px 20px;">
<div>or click the link below</div>
<a style="color: #63d2d6;" href="{{ notification.link }}" target="_blank">{{ notification.link }}</a>
</div>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 46eee51

Please sign in to comment.