Display proper user name and email on template
This commit is contained in:
parent
cb24d5fc54
commit
2d2202e80f
1 changed files with 2 additions and 2 deletions
|
|
@ -575,10 +575,10 @@
|
|||
</div>
|
||||
<div class="m-card-user__details">
|
||||
<span class="m-card-user__name m--font-weight-500">
|
||||
Mark Andre
|
||||
{{ app.user.getFirstName() ~ " " ~ app.user.getLastName() }}
|
||||
</span>
|
||||
<a href="" class="m-card-user__email m--font-weight-300 m-link">
|
||||
mark.andre@gmail.com
|
||||
{{ app.user.email }}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue