* Fixing CLI and adding unit tests * Adding the upgrade_db_30 to the help text * Adding the upgrade_db_30 to the help text * Adding the upgrade_db_30 to the help text * Fixing CLI tests * PLT-2687 sending email on upgrade and moving profile pic to new location * Fixing img move * Fixing moving of profile image * making upgrade email localizable * Fixing email template
11 строки
283 B
HTML
11 строки
283 B
HTML
{{define "email_footer"}}
|
|
|
|
<td style="text-align: center;color: #AAA; font-size: 11px; padding-bottom: 10px;">
|
|
<p style="padding: 0 50px;">
|
|
(c) 2015 Mattermost, Inc. 855 El Camino Real, 13A-168, Palo Alto, CA, 94301.<br>
|
|
{{.Props.Footer}}
|
|
</p>
|
|
</td>
|
|
|
|
{{end}}
|