aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/search_item.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-01-19 13:18:47 +0000
committerMario <mario@mariovavti.com>2022-01-19 13:18:47 +0000
commitb153687bf1cdc659bb320f37d64748386ca30cbb (patch)
treec54fab8098d6e843e86b508e3dc3e31804b371fe /view/tpl/search_item.tpl
parent3318f093dabd679be55d5b7f5fab1e48dc0d4f94 (diff)
downloadvolse-hubzilla-b153687bf1cdc659bb320f37d64748386ca30cbb.tar.gz
volse-hubzilla-b153687bf1cdc659bb320f37d64748386ca30cbb.tar.bz2
volse-hubzilla-b153687bf1cdc659bb320f37d64748386ca30cbb.zip
prevent duplicate ids and adjust spinner color
Diffstat (limited to 'view/tpl/search_item.tpl')
-rw-r--r--view/tpl/search_item.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl
index bcd6af9b2..7b63d83b8 100644
--- a/view/tpl/search_item.tpl
+++ b/view/tpl/search_item.tpl
@@ -24,7 +24,7 @@
<div class="wall-item-info" id="wall-item-info-{{$item.id}}" >
<div class="wall-item-photo-wrapper{{if $item.owner_url}} wwfrom{{/if}}" id="wall-item-photo-wrapper-{{$item.id}}">
{{if $item.contact_id}}
- <div id="contact-edit-rotator-{{$item.contact_id}}" class="spinner-wrapper contact-edit-rotator"><div class="spinner s"></div></div>
+ <div class="spinner-wrapper contact-edit-rotator contact-edit-rotator-{{$item.contact_id}}"><div class="spinner s"></div></div>
{{/if}}
<img src="{{$item.thumb}}" class="fakelink wall-item-photo{{$item.sparkle}} u-photo p-name" id="wall-item-photo-{{$item.id}}" alt="{{$item.name}}" data-bs-toggle="dropdown" loading="lazy" />
{{if $item.author_is_group_actor}}