Skip to content

Commit

Permalink
fix(user): restores login in user's tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Rom1-B authored and btry committed Sep 18, 2024
1 parent 9a034d9 commit 3c8803c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/components/user/info_card.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@
</h4>

<div class="text-muted">
{% if user['login'] is not empty %}
<div>
<i class="fa-fw fas fa-id-badge"></i>
{{ user['login'] }}
</div>
{% endif %}
{% if user['email']|length > 0 %}
<div>
<i class="fas fa-fw fa-envelope"></i>
Expand Down

0 comments on commit 3c8803c

Please sign in to comment.