mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-05 14:55:20 +02:00
Add title attribute on user-panel div
This commit is contained in:
parent
c69f886a73
commit
278d74ce6f
@ -1,6 +1,6 @@
|
||||
<div class="sidebar text-sm">
|
||||
{%- if current_user.is_authenticated %}
|
||||
<div class="user-panel mt-3 pb-3 mb-3 d-flex">
|
||||
<div class="user-panel mt-3 pb-3 mb-3 d-flex" title="{{ current_user }}">
|
||||
<div class="image">
|
||||
<div class="div-circle elevation-2"><i class="fa fa-user text-lg text-dark"></i></div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user