diff options
author | Simon Ser <contact@emersion.fr> | 2019-12-03 14:33:20 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-12-03 14:34:15 +0100 |
commit | 9f6b086f62c9da8901d3f021aa65cc13661e1e45 (patch) | |
tree | dfcd94a7962e3c9c4c1b47ca60077a2268c2ebf7 /public/message.html | |
parent | e62b48caa8e7664ffbed41e9f7c10b90f18fca8b (diff) | |
download | alps-9f6b086f62c9da8901d3f021aa65cc13661e1e45.tar.gz alps-9f6b086f62c9da8901d3f021aa65cc13661e1e45.zip |
Add compose view
Diffstat (limited to 'public/message.html')
-rw-r--r-- | public/message.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/message.html b/public/message.html index 09e56ac..cb9518b 100644 --- a/public/message.html +++ b/public/message.html @@ -2,7 +2,9 @@ <h1>koushin</h1> -<a href="/mailbox/{{.Mailbox.Name}}">Back</a> +<p> + <a href="/mailbox/{{.Mailbox.Name}}">Back</a> +</p> <h2>{{.Message.Envelope.Subject}}</h2> |