From cd26ead043f9cb92ca4d59e587480520cb51f117 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 23 Jun 2023 09:13:51 +0000 Subject: implement optional moderation of unsolicited comments, minor css fixes and some more work on ocap --- view/tpl/conv_item.tpl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'view/tpl/conv_item.tpl') diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 3f760998d..cd2130295 100644 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -7,7 +7,7 @@
-
+
{{if $item.photo}}
{{$item.photo}} @@ -120,6 +120,10 @@
{{/if}} + {{if $item.moderate}} + {{$item.moderate_approve}} + {{$item.moderate_delete}} + {{else}}
{{if $item.like}}
+ {{/if}}
{{if $item.responses || $item.attachments}} -- cgit v1.2.3