mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-02 09:14:48 +02:00
Show user avatar next to its name, in all possible locations
This commit is contained in:
parent
29bce6f19f
commit
97b87dee5f
9 changed files with 143 additions and 47 deletions
|
@ -9,7 +9,7 @@
|
|||
<div class="card-body row">
|
||||
<div class="col-md-2">
|
||||
<div class="mx-auto">
|
||||
<img class="img-fluid img-thumbnail img-rounded " alt="User avatar" src="{{ avatar }}">
|
||||
<img class="img-fluid img-thumbnail rounded" alt="User avatar" src="{{ avatar_helper.avatarURL(user) }}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-5">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue