Fix name of HTML tab in HTML-only emails
This commit is contained in:
parent
2430473dbc
commit
2fb78cad97
1 changed files with 7 additions and 1 deletions
|
@ -190,7 +190,13 @@
|
|||
{{ if eq $text.PathString .Part.PathString }}
|
||||
class="active"
|
||||
{{ end }}
|
||||
>Plain text</a>
|
||||
>
|
||||
{{ if eq $text.MIMEType "text/html" }}
|
||||
HTML
|
||||
{{ else }}
|
||||
Plain text
|
||||
{{ end }}
|
||||
</a>
|
||||
{{ if and $html $text }}
|
||||
{{ if ne $html.PathString $text.PathString }}
|
||||
<a
|
||||
|
|
Loading…
Reference in a new issue