This commit is contained in:
kolaente 2021-02-07 17:26:42 +01:00
parent ee91c61e4c
commit 2c780a80f8
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 0 additions and 45 deletions

View File

@ -1,31 +0,0 @@
{{template "mail-header.tmpl" .}}
<p>
{{ .Greeting }}
</p>
{{ range $line := .IntroLines}}
<p>
{{ $line }}
</p>
{{ end }}
{{ if .ActionURL }}
<a href="{{ .ActionULR }}" title="{{ .ActionText }}"
style="-webkit-box-shadow: 0.3em 0.3em 1em #b2d0ff; box-shadow: 0.3em 0.3em 1em #b2d0ff; background-color: #1973ff; border-color: transparent; color: #fff; text-decoration: none; text-align: center; text-rendering: optimizelegibility; text-transform: uppercase; font-weight: bold; font-size: 14px; padding: 10px 14px; margin: 10px auto; border-radius: 4px; user-select: none; display: block; width: 280px;font-family:sans-serif">
{{ .ActionText }}
</a>
{{end}}
{{ range $line := .OutroLines}}
<p>
{{ $line }}
</p>
{{ end }}
{{ if .ActionURL }}
<p>
If the button above doesn't work, copy the url below and paste it in your browsers address bar:<br/>
{{ .ActionURL }}
</p>
{{ end }}
{{template "mail-footer.tmpl"}}

View File

@ -1,14 +0,0 @@
{{ .Greeting }}
{{ range $line := .IntroLines}}
{{ $line }}
{{ end }}
{{ if .ActionURL }}
{{ .ActionText }}:
{{ .ActionURL }}
{{end}}
{{ range $line := .OutroLines}}
{{ $line }}
{{ end }}