diff options
Diffstat (limited to 'themes/alps/util.html')
-rw-r--r-- | themes/alps/util.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/alps/util.html b/themes/alps/util.html index 89e5cac..5ee456a 100644 --- a/themes/alps/util.html +++ b/themes/alps/util.html @@ -26,7 +26,7 @@ <!-- the logo image, dimensions 200x32 may be present or not --> <a href="/compose" class="new {{ if eq $.GlobalData.URL.Path "/compose" }}active{{ end }} - ">Compose Mail</a> + ">Compose mail</a> {{ with .CategorizedMailboxes }} {{ with .Common.Inbox }}{{ template "mbox-link" . }}{{ end}} {{ with .Common.Drafts }}{{ template "mbox-link" . }}{{ end}} @@ -42,5 +42,8 @@ {{ end }} {{ end }} {{ end }} + <a href="/new-mailbox" class="new + {{ if eq $.GlobalData.URL.Path "/new-mailbox" }}active{{ end }} + ">Create new folder</a> </aside> {{ end }} |