mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-04 16:51:29 +02:00
Removed useless package
This commit is contained in:
parent
73432e2928
commit
b0f63ffb25
4 changed files with 1 additions and 13 deletions
|
@ -53,7 +53,7 @@
|
|||
</div>
|
||||
<div class="nav-item dropdown">
|
||||
<a href="#" class="nav-link d-flex lh-1 text-reset p-0" data-bs-toggle="dropdown" aria-label="Open user menu">
|
||||
<span class="avatar avatar-sm" style="background-image: url(/avatar)"></span>
|
||||
<span class="avatar bg-{% if roles == 0 %}primary{% else %}green{% endif %}-lt">{{ auth.user.username|slice(0, 2)|upper }}</span>
|
||||
<div class="d-none d-xl-block ps-2">
|
||||
<div>{{auth.user.username}}</div>
|
||||
<div class="mt-1 small text-muted">{{auth.user.email}}</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue