Merge pull request #7549 from vinzv/7542-frio-admin-user-icon-hard-recognize
adapt usage of admin user icon to match every other occurrence
This commit is contained in:
commit
5a9607f4e4
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@
|
|||
" title="{{$u.account_type}}">
|
||||
</i>
|
||||
{{/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}}
|
||||
</td>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in a new issue