update the contact edit header so that both, image and text are linked to the profile

This commit is contained in:
Mario
2025-08-02 11:48:50 +00:00
parent 3f7ed72ece
commit 96c7912fa6

View File

@@ -1,9 +1,7 @@
<div class="float-start me-2">
<a href="{{$href}}" title="{{$link_label}}" target="_blank">
<img src="{{$img_src}}" class="rounded" style="width: 3rem; height: 3rem;" />
</a>
</div>
<div class="m-1">
<div class="text-truncate h3 m-0"><strong>{{if $is_group}}<i class="bi bi-chat-quote" title="{{$group_label}}"></i> {{/if}}{{$name}}</strong></div>
<div class="text-truncate text-muted">{{$addr}}</div>
</div>
<a href="{{$href}}" title="{{$link_label}}" target="_blank">
<img src="{{$img_src}}" class="rounded menu-img-3" />
<div>
<div class="text-truncate h3 m-0"><strong>{{if $is_group}}<i class="bi bi-chat-quote" title="{{$group_label}}"></i> {{/if}}{{$name}}</strong></div>
<div class="text-truncate text-muted">{{$addr}}</div>
</div>
</a>