Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
add username to header when logged in
Browse files Browse the repository at this point in the history
  • Loading branch information
MridulS committed Aug 6, 2021
1 parent 027a5a8 commit cabf74a
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@
</a>
</li>
{% elif active == 'hub' and user %}
<li>
<a href="#">
<span class="top-menu-item hidden-xs">
<span aria-hidden="true" class="glyphicon glyphicon glyphicon-user"></span>
{{ user.name }}
</span>
</a>
</li>
<li>
<a href="{{ logout_url }}">
<span class="top-menu-item hidden-xs">
Expand Down

0 comments on commit cabf74a

Please sign in to comment.