mattermost/server/templates/email_info.html

10 lines
350 B
HTML
Raw Permalink Normal View History

2015-12-11 14:22:12 -05:00
{{define "email_info"}}
{{if .Props.SupportEmail}}
2015-12-11 14:22:12 -05:00
<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>
2015-12-11 14:22:12 -05:00
</td>
{{end}}
2015-12-11 14:22:12 -05:00
{{end}}