Asymmetrik/node-rest-starter

View on GitHub
src/app/core/user/templates/approved-user-email.server.view.html

Summary

Maintainability
Test Coverage
{{header}}
<p>Hello {{ user.name }},</p>
<br>
<p>Your {{ app.title }} account has been approved! Come <a href="{{ app.clientUrl }}">check us out</a>!</p>
<p>Have a question? Take a look at our <a href="{{ app.helpUrl }}">Help documentation</a>.</p>
<p>If you need to contact a member of our team, you can reach us at {{ app.contactEmail }}.</p>
<br><br>
<p>Thanks,</p>
<p>The {{ app.title }} Support Team</p>
{{footer}}