mirror of
https://github.com/friendica/friendica
synced 2024-11-18 12:23:41 +00:00
adapt usage of admin user icon to match every other occurrence
fixes #7542
This commit is contained in:
parent
a0ef733c7e
commit
0965da00b7
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@
|
||||||
" title="{{$u.account_type}}">
|
" title="{{$u.account_type}}">
|
||||||
</i>
|
</i>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{if $u.is_admin}}<i class="fa fa-user-md text-primary" title="{{$siteadmin}}"></i>{{/if}}
|
{{if $u.is_admin}}<i class="fa fa-user-secret text-primary" title="{{$siteadmin}}"></i>{{/if}}
|
||||||
{{if $u.account_expired}}<i class="fa fa-clock-o text-warning" title="{{$accountexpired}}"></i>{{/if}}
|
{{if $u.account_expired}}<i class="fa fa-clock-o text-warning" title="{{$accountexpired}}"></i>{{/if}}
|
||||||
</td>
|
</td>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Reference in a new issue