Asymmetrik/node-rest-starter

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

Summary

Maintainability
Test Coverage
{{ header }}
<p>Hey there {{ app.title }} Admins,</p>
<p>A user named <strong>{{ user.name }}</strong> with username <strong>{{ user.username }}</strong> has requested a new team:</p>
<p>
    <strong>Organization:</strong> {{ org }}<br/>
    <strong>AOI:</strong> {{ aoi }}<br/>
    <strong>Description:</strong> {{ description }}<br/>
</p>
<p>Click <a href="{{ app.clientUrl }}/team/create">here</a> to create this team!</p>
{{ footer }}