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:19:32 +0000
commitc742f25801b726a0d2e32460d2d87d0ad9c05caf (patch)
tree0dd306fe95af8840dceea9405fdc4756dbf557e1 /view/tpl/search_item.tpl
parentd98d56c3b5481e12dc53136c06b6c9c069d40d98 (diff)
downloadvolse-hubzilla-c742f25801b726a0d2e32460d2d87d0ad9c05caf.tar.gz
volse-hubzilla-c742f25801b726a0d2e32460d2d87d0ad9c05caf.tar.bz2
volse-hubzilla-c742f25801b726a0d2e32460d2d87d0ad9c05caf.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}}