aboutsummaryrefslogtreecommitdiffstats
path: root/public/message.html
diff options
context:
space:
mode:
authorLibravatarLibravatar Simon Ser <[email protected]> 2019-12-03 18:41:23 +0100
committerLibravatarLibravatar Simon Ser <[email protected]> 2019-12-03 18:41:23 +0100
commita103309935c4a2c72770343542493d1c285d94dd (patch)
tree8d030950cf75f4b10f1cc657b56a0079b027b7b5 /public/message.html
parentb386d1c2bb0efacea2484b4aa2088c769e048a9c (diff)
downloadalps-a103309935c4a2c72770343542493d1c285d94dd.tar.gz
alps-a103309935c4a2c72770343542493d1c285d94dd.tar.bz2
alps-a103309935c4a2c72770343542493d1c285d94dd.zip
Add support for replying to a message
Diffstat (limited to 'public/message.html')
-rw-r--r--public/message.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/message.html b/public/message.html
index fc97bf4..2e1a308 100644
--- a/public/message.html
+++ b/public/message.html
@@ -40,6 +40,7 @@
<hr>
{{if .Body}}
+ <p><a href="{{.Message.Uid}}/reply?part={{.PartPath}}">Reply</a></p>
<pre>{{.Body}}</pre>
{{else}}
<p>Can't preview this message part.</p>