mirror of
https://github.com/outbackdingo/Mailu.git
synced 2026-01-27 18:19:36 +00:00
Add title attribute on user-panel div
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user