diff options
author | Mario <mario@mariovavti.com> | 2023-05-06 20:42:04 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-05-06 20:42:04 +0000 |
commit | edc8d17031def12739c7c664ec0b454ce135c7f3 (patch) | |
tree | 27ca3a05cd8a38959f272bf68bf568c4407cb2b1 /view/tpl | |
parent | f3f861234db069868d38bb231817966507da5274 (diff) | |
download | volse-hubzilla-edc8d17031def12739c7c664ec0b454ce135c7f3.tar.gz volse-hubzilla-edc8d17031def12739c7c664ec0b454ce135c7f3.tar.bz2 volse-hubzilla-edc8d17031def12739c7c664ec0b454ce135c7f3.zip |
slightly change online status display
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/profile_vcard.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 4c3875fa7..9c8987b1f 100644 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -9,7 +9,7 @@ {{/if}} <div id="profile-cover-text" class="p-2 position-absolute bottom-0 w-100"> <div class="text-truncate h3 lh-sm"> - <strong class="text-white fn p-name">{{$profile.fullname}}{{if $profile.online}}<i class="fa fa-fw fa-asterisk text-danger ps-2" title="{{$profile.online}}"></i>{{/if}}</strong> + <strong class="text-white fn p-name">{{$profile.fullname}}{{if $profile.online}}<i class="fa fa-fw fa-circle text-success ps-2" title="{{$profile.online}}"></i>{{/if}}</strong> </div> <div class="text-truncate"> <span class="text-white p-adr">{{$profile.reddress}}</span> |