aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/connection_template.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-01-19 11:25:06 +0000
committerMario <mario@mariovavti.com>2022-01-19 11:25:06 +0000
commit3318f093dabd679be55d5b7f5fab1e48dc0d4f94 (patch)
tree4a6e011864ced6d55bc19576510f90f2ac88e81c /view/tpl/connection_template.tpl
parentc3f5f6c7adeb1252483f3e35c8b69be240f4c1c0 (diff)
parentd98d56c3b5481e12dc53136c06b6c9c069d40d98 (diff)
downloadvolse-hubzilla-3318f093dabd679be55d5b7f5fab1e48dc0d4f94.tar.gz
volse-hubzilla-3318f093dabd679be55d5b7f5fab1e48dc0d4f94.tar.bz2
volse-hubzilla-3318f093dabd679be55d5b7f5fab1e48dc0d4f94.zip
Merge branch 'dev' into 7.0RC
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>