mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
Added link to challenge creator on challenges.
This commit is contained in:
parent
8b04773b2e
commit
dd49b12bdb
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ script(type='text/ng-template', id='partials/options.social.challenges.html')
|
|||
li {{challenge.group.name}}
|
||||
li
|
||||
=env.t('by') + ' '
|
||||
strong {{challenge.leader.profile.name}}
|
||||
a(ng-click='clickMember(challenge.leader._id, true)') {{challenge.leader.profile.name}}
|
||||
li
|
||||
| {{challenge.memberCount}}
|
||||
= ' ' + env.t('participants')
|
||||
|
|
|
|||
Loading…
Reference in a new issue