diff options
author | Mario <mario@mariovavti.com> | 2024-12-05 13:02:18 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-12-05 13:02:18 +0000 |
commit | edf2a6db1bd5361e9b3db1e2277d84d3eb0b829d (patch) | |
tree | 42f8f45a02a658530b12b0303ae3182b855e9624 /view/tpl/contact_edit_header.tpl | |
parent | 8ad000ec70c5a03e16a0478d037841a0f5175a1f (diff) | |
download | volse-hubzilla-edf2a6db1bd5361e9b3db1e2277d84d3eb0b829d.tar.gz volse-hubzilla-edf2a6db1bd5361e9b3db1e2277d84d3eb0b829d.tar.bz2 volse-hubzilla-edf2a6db1bd5361e9b3db1e2277d84d3eb0b829d.zip |
we use the chat-quote icon for forums throughout the app. basically because the forum posts a quote of the original post
Diffstat (limited to 'view/tpl/contact_edit_header.tpl')
-rw-r--r-- | view/tpl/contact_edit_header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/contact_edit_header.tpl b/view/tpl/contact_edit_header.tpl index 32ef3b2fb..8fe84a3b7 100644 --- a/view/tpl/contact_edit_header.tpl +++ b/view/tpl/contact_edit_header.tpl @@ -4,6 +4,6 @@ </a> </div> <div class="m-1"> - <div class="text-truncate h3 m-0"><strong>{{if $is_group}}<i class="bi bi-chat-fill" title="{{$group_label}}"></i> {{/if}}{{$name}}</strong></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> |