From b59fe7790607f6692d01550f1c7332cab264c26d Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 7 Dec 2024 19:34:30 +0000 Subject: provide a comments disabled indicator and some cleanup --- view/tpl/conv_item.tpl | 7 +++++-- view/tpl/conv_list.tpl | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 74e06d6ac..56f590284 100644 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -36,14 +36,17 @@ {{/if}} {{if $item.editedtime}} - + {{/if}} {{if $item.verified}} {{elseif $item.forged}} {{/if}} - {{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}} + {{if $item.no_comment}} + + {{/if}} + {{if $item.expiretime}} {{$item.expiretime}}{{/if}} {{if $item.thr_parent_uuid}} diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl index 41880029f..f31424ce3 100644 --- a/view/tpl/conv_list.tpl +++ b/view/tpl/conv_list.tpl @@ -30,14 +30,17 @@ {{/if}} {{if $item.editedtime}} - + {{/if}} {{if $item.verified}} {{elseif $item.forged}} {{/if}} - {{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}} + {{if $item.no_comment}} + + {{/if}} + {{if $item.expiretime}} {{$item.expiretime}}{{/if}} {{if $item.pinned}}
-- cgit v1.2.3