* New message email * Mentioned in a comment * File backup email * Feedback email * Administrator logged in email * Upcoming events email * minor * Add header title and indicator color
5 lines
158 B
HTML
5 lines
158 B
HTML
<p>You have a new message from: <b>{{ from }}</b></p>
|
|
<p>{{ message }}</p>
|
|
<div class="more-info">
|
|
<a href="{{ link }}">Login and view in Browser</a>
|
|
</div>
|