diff options
author | Simon Ser <contact@emersion.fr> | 2019-12-02 18:29:06 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-12-02 18:29:06 +0100 |
commit | fce17c9733eb38636603e8c508c2e7936426bf2c (patch) | |
tree | 8428d79bec94c7e7ae867629d262a8c30b2b763a /public | |
parent | 39629b074063f4f33d8b82c22023d7207bc431de (diff) | |
download | alps-fce17c9733eb38636603e8c508c2e7936426bf2c.tar.gz alps-fce17c9733eb38636603e8c508c2e7936426bf2c.zip |
Linkify mailbox list
Diffstat (limited to 'public')
-rw-r--r-- | public/mailbox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/mailbox.html b/public/mailbox.html index 2f5cdb6..efae0d9 100644 --- a/public/mailbox.html +++ b/public/mailbox.html @@ -5,7 +5,7 @@ <p>Mailboxes:</p> <ul> {{range .Mailboxes}} - <li>{{.Name}}</li> + <li><a href="/mailbox/{{.Name}}">{{.Name}}</a></li> {{end}} </ul> |