mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
Make challenge participant's name clickable in progress modal. Fixes #5558
This commit is contained in:
parent
2780cd0317
commit
c9e7b4d73d
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ script(type='text/ng-template', id='partials/options.social.challenges.detail.me
|
|||
.modal-content
|
||||
.modal-header
|
||||
button.close(type='button', ng-click='$state.go("^")', aria-hidden='true') ×
|
||||
h3 {{obj.profile.name}}
|
||||
a(ng-click='clickMember(obj._id, true)')
|
||||
h3 {{obj.profile.name}}
|
||||
.modal-body
|
||||
habitrpg-tasks(main=false, modal='true')
|
||||
.modal-footer
|
||||
|
|
|
|||
Loading…
Reference in a new issue