aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/conv_item.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-12-07 20:41:13 +0000
committerMario <mario@mariovavti.com>2024-12-07 20:41:13 +0000
commite88ae54bef268e455b6d6028a697e9dbd98a7853 (patch)
tree78c160441f712e0095ead75a2653c47f6510d68b /view/tpl/conv_item.tpl
parentd37d181d9425abcd04b36fc0c5e947a588497599 (diff)
downloadvolse-hubzilla-e88ae54bef268e455b6d6028a697e9dbd98a7853.tar.gz
volse-hubzilla-e88ae54bef268e455b6d6028a697e9dbd98a7853.tar.bz2
volse-hubzilla-e88ae54bef268e455b6d6028a697e9dbd98a7853.zip
add more indicators and a new function to return relative time in the past and the future
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rw-r--r--view/tpl/conv_item.tpl9
1 files changed, 6 insertions, 3 deletions
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}}
- <i class="bi bi-clock"></i>
- {{/if}}
{{if $item.editedtime}}
<i class="bi bi-pencil" title="{{$item.editedtime}}"></i>
{{/if}}
@@ -46,6 +43,12 @@
{{if $item.no_comment}}
<i class="bi bi-ban" title="{{$item.no_comment}}"></i>
{{/if}}
+ {{if $item.delayed}}
+ <i class="bi bi-clock" title="{{$item.delayed}}"></i>
+ {{/if}}
+ {{if $item.expiretime}}
+ <i class="bi bi-clock-history" title="{{$item.expiretime}}"></i>
+ {{/if}}
<small class="autotime" title="{{$item.isotime}}"><time class="dt-published" datetime="{{$item.isotime}}">{{$item.localtime}}</time>{{if $item.expiretime}}&nbsp;{{$item.expiretime}}{{/if}}</small>
</div>
{{if $item.thr_parent_uuid}}