aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/connection_template.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-01-19 11:24:42 +0000
committerMario <mario@mariovavti.com>2022-01-19 11:24:42 +0000
commitd98d56c3b5481e12dc53136c06b6c9c069d40d98 (patch)
treea7dc56dbd8f82b194c3a15627596b42cd00e4670 /view/tpl/connection_template.tpl
parent5f21edcc53182cc04176657318a7b2933e7a71aa (diff)
downloadvolse-hubzilla-d98d56c3b5481e12dc53136c06b6c9c069d40d98.tar.gz
volse-hubzilla-d98d56c3b5481e12dc53136c06b6c9c069d40d98.tar.bz2
volse-hubzilla-d98d56c3b5481e12dc53136c06b6c9c069d40d98.zip
provide a spinner for edit connection action in threads
Diffstat (limited to 'view/tpl/connection_template.tpl')
-rw-r--r--view/tpl/connection_template.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl
index a7f0f8759..1c8b4be11 100644
--- a/view/tpl/connection_template.tpl
+++ b/view/tpl/connection_template.tpl
@@ -8,8 +8,8 @@
{{/if}}
<span id="contact-role-{{$contact.id}}" class="badge rounded-pill bg-warning text-dark me-1" title="{{$role_label}}">{{$contact.role}}</span>
<button type="button" class="btn btn-outline-secondary btn-sm contact-edit" title="{{$contact.edit_hover}}" data-id="{{$contact.id}}">
- <i id="edit-icon-{{$contact.id}}" class="fa fa-fw fa-pencil"></i>
- <div id="edit-rotator-{{$contact.id}}" class="spinner-wrapper" style="vertical-align: text-bottom; margin-right: 2px"><div class="spinner s"></div></div>
+ <i id="contact-edit-icon-{{$contact.id}}" class="fa fa-fw fa-pencil"></i>
+ <div id="contact-edit-rotator-{{$contact.id}}" class="spinner-wrapper" style="vertical-align: text-bottom; margin-right: 2px"><div class="spinner s"></div></div>
{{$contact.edit}}
</button>