diff options
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> |