diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-05-13 14:47:56 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-05-13 20:52:06 +0200 |
commit | 7456c9574cfe5cffb26aa2c8abe72682308d5fd5 (patch) | |
tree | abe68459e0bda13d8eb8bef2210a659afddb80de /themes/alps/mailbox.html | |
parent | dfb381058bca883561af4053074db560d34822d8 (diff) | |
download | alps-7456c9574cfe5cffb26aa2c8abe72682308d5fd5.tar.gz alps-7456c9574cfe5cffb26aa2c8abe72682308d5fd5.zip |
alps: theme contact list page
Diffstat (limited to 'themes/alps/mailbox.html')
-rw-r--r-- | themes/alps/mailbox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/alps/mailbox.html b/themes/alps/mailbox.html index ab09318..0225482 100644 --- a/themes/alps/mailbox.html +++ b/themes/alps/mailbox.html @@ -4,7 +4,7 @@ <div class="page-wrap"> <aside> <!-- the logo image, dimensions 200x32 may be present or not --> - <a href="/compose" class="compose-mail">Compose Mail</a> + <a href="/compose" class="new">Compose Mail</a> {{$current := .Mailbox}} {{range .Mailboxes}} <a href="{{.URL}}" |