Skip to content

Commit

Permalink
Add icon to dropdown user menu
Browse files Browse the repository at this point in the history
  • Loading branch information
elnappo committed Apr 25, 2019
1 parent 991c0bf commit b90d9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_novis/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h3>
<!-- The user image in the navbar-->
<img src="{% avatar_url user 160 %}" class="user-image" alt="User Image">
<!-- hidden-xs hides the username on small devices so only the image appears. -->
<span class="hidden-xs">{% if user.name %}{{ user.name }}{% else %}{{ user.email }}{% endif %}</span>
<span class="hidden-xs">{% if user.name %}{{ user.name }}{% else %}{{ user.email }}{% endif %} <i class="fa fa-sort-down"></i></span>
</a>
<ul class="dropdown-menu">
<!-- The user image in the menu -->
Expand Down

0 comments on commit b90d9f1

Please sign in to comment.