diff options
Diffstat (limited to 'themes/alps/message.html')
-rw-r--r-- | themes/alps/message.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/themes/alps/message.html b/themes/alps/message.html index 8d6c425..350ab0a 100644 --- a/themes/alps/message.html +++ b/themes/alps/message.html @@ -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 |