mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
14 lines
499 B
HTML
14 lines
499 B
HTML
{{define "email_footer"}}
|
|
|
|
<td style="text-align: center;color: #AAA; font-size: 11px; padding-bottom: 10px;">
|
|
<p style="margin: 25px 0;">
|
|
<img width="65" src="{{.Props.SiteURL}}/static/images/circles.png" alt="">
|
|
</p>
|
|
<p style="padding: 0 50px;">
|
|
(c) 2015 Mattermost, Inc. 855 El Camino Real, 13A-168, Palo Alto, CA, 94301.<br>
|
|
To change your notification preferences, log in to your team site and go to Account Settings > Notifications.
|
|
</p>
|
|
</td>
|
|
|
|
{{end}}
|