Skip to content

Commit

Permalink
[User] Add email canonicalize field in doctrine schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Arminek committed Aug 9, 2016
1 parent e1fdbd2 commit 026e19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</a>
<div class="ui right floated simple dropdown item">
<img class="ui avatar image" src="{{ asset('assets/admin/img/avatar.png') }}">
<span>{{ app.user.customer.fullName }}</span>
<span>{{ app.user.username }}</span>
<i class="dropdown icon"></i>
<div class="menu">
<a href="{{ path('sylius_admin_logout') }}" id="sylius-logout-button" class="item">
Expand Down

0 comments on commit 026e19a

Please sign in to comment.