Skip to content

Commit

Permalink
Merge pull request Sylius#5539 from Arminek/support-multiple-user-entity
Browse files Browse the repository at this point in the history
[User] Change user bundle configuration to be able to support multipl…
  • Loading branch information
Paweł Jędrzejewski committed Aug 12, 2016
2 parents caea602 + 026e19a commit 1828a3e
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 1828a3e

Please sign in to comment.