Asymmetrik/node-rest-starter

View on GitHub
src/app/core/teams/templates/user-request-access-email.view.html

Summary

Maintainability
Test Coverage
{{ header }}
<p>Hey there <strong>{{ team.name }}</strong> Admin,</p>
<p>A user named <strong>{{ user.name }}</strong> with username <strong>{{ user.username }}</strong> has requested access to the team.</p>
<p>Click <a href="{{ app.clientUrl }}/team/{{ team._id }}">here</a> to give them access!</p>
{{ footer }}