mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 11:38:24 +00:00
use profile.name for invited users
This commit is contained in:
parent
0151484279
commit
2cd4bbb0ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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)')
|
||||
|
|
|
|||
Loading…
Reference in a new issue