mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
Combines the following repositories into one: https://github.com/mattermost/mattermost-server https://github.com/mattermost/mattermost-webapp https://github.com/mattermost/focalboard https://github.com/mattermost/mattermost-plugin-playbooks
9 lines
350 B
HTML
9 lines
350 B
HTML
{{define "email_info"}}
|
|
|
|
{{if .Props.SupportEmail}}
|
|
<td style="color: #999; padding-top: 20px; line-height: 25px; font-size: 13px;">
|
|
{{.Props.EmailInfo1}}<a href='mailto:{{.Props.SupportEmail}}' style='text-decoration: none; color:#2389D7;'>{{.Props.SupportEmail}}</a><br>{{.Props.EmailInfo2}}<br>{{.Props.EmailInfo3}}<br>
|
|
</td>
|
|
{{end}}
|
|
|
|
{{end}}
|