Asymmetrik/node-rest-starter

View on GitHub
src/app/core/feedback/templates/user-feedback-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> and email <strong>{{ user.email }}</strong> has submitted the following {{ feedbackType }}:</p>
<p>{{ feedback }}</p>
<p>Submitted from: {{ url }}</p>
{{ footer }}