From a425e17b0eda3dd7e961127670a46a3b3b2c3d19 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 16 Dec 2019 17:45:20 +0100 Subject: Add button to delete message Maybe we should add a confirmation step in the future. References: https://todo.sr.ht/~sircmpwn/koushin/36 --- plugins/base/public/message.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/base/public') diff --git a/plugins/base/public/message.html b/plugins/base/public/message.html index 2a0ab71..11afa73 100644 --- a/plugins/base/public/message.html +++ b/plugins/base/public/message.html @@ -26,6 +26,10 @@ +
+ +
+ {{define "message-part-tree"}} {{/* nested templates can't access the parent's context */}} {{$ = index . 0}} -- cgit v1.2.3-59-g8ed1b