use profile.name for invited users

This commit is contained in:
Matteo Pagliazzi 2013-10-30 15:54:39 +01:00
parent 0151484279
commit 2cd4bbb0ec

View file

@ -73,7 +73,7 @@ a.pull-right.gem-wallet(popover-trigger='mouseenter', popover-title='Guild Bank'
i.icon-ban-circle(tooltip='Boot Member')
a
span(ng-click='clickMember(invite._id, true)')
| {{username(invite.auth, invite.profile.name)}}
| {{invite.profile.name}}
td ({{invite._id}})
.modal-footer.whatever-options
form.form-inline(ng-submit='invite(group)')