From e88ae54bef268e455b6d6028a697e9dbd98a7853 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 7 Dec 2024 20:41:13 +0000 Subject: add more indicators and a new function to return relative time in the past and the future --- view/tpl/conv_item.tpl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'view/tpl/conv_item.tpl') diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 56f590284..96e6f57df 100644 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -32,9 +32,6 @@ {{if $item.location}} {{$item.location}} {{/if}} - {{if $item.delayed}} - - {{/if}} {{if $item.editedtime}} {{/if}} @@ -46,6 +43,12 @@ {{if $item.no_comment}} {{/if}} + {{if $item.delayed}} + + {{/if}} + {{if $item.expiretime}} + + {{/if}} {{if $item.expiretime}} {{$item.expiretime}}{{/if}} {{if $item.thr_parent_uuid}} -- cgit v1.2.3