diff options
author | Mario <mario@mariovavti.com> | 2022-01-08 18:57:59 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-08 18:57:59 +0000 |
commit | fc02e018cbe99f17b5b290f36b7d3cdbfe9ff729 (patch) | |
tree | a4c6dc15f7433e84ceb468fe8b430ffcfc771771 /view/tpl/conv_item.tpl | |
parent | b14a530efb7aeb983f369535d56f62e32043ee39 (diff) | |
download | volse-hubzilla-fc02e018cbe99f17b5b290f36b7d3cdbfe9ff729.tar.gz volse-hubzilla-fc02e018cbe99f17b5b290f36b7d3cdbfe9ff729.tar.bz2 volse-hubzilla-fc02e018cbe99f17b5b290f36b7d3cdbfe9ff729.zip |
mark group actors as such in items and minor text change
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rw-r--r-- | view/tpl/conv_item.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 0a07319c8..e9d5e3c63 100644 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -36,6 +36,9 @@ <div class="wall-item-info" id="wall-item-info-{{$item.id}}" > <div class="wall-item-photo-wrapper{{if $item.owner_url}} wwfrom{{/if}} h-card p-author" id="wall-item-photo-wrapper-{{$item.id}}"> <img src="{{$item.thumb}}" class="fakelink wall-item-photo{{$item.sparkle}} u-photo p-name" id="wall-item-photo-{{$item.id}}" alt="{{$item.name}}" loading="lazy" data-bs-toggle="dropdown" /> + {{if $item.author_is_group_actor}} + <i class="fa fa-comments-o wall-item-photo-group-actor" title="{{$item.author_is_group_actor}}"></i> + {{/if}} {{if $item.thread_author_menu}} <i class="fa fa-caret-down wall-item-photo-caret cursor-pointer" data-bs-toggle="dropdown"></i> <div class="dropdown-menu"> |