mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
feat(hall): click hero name for modal. fixes #3478
This commit is contained in:
parent
e77f667a98
commit
ef166a9a10
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@ script(type='text/ng-template', id='partials/options.social.hall.heroes.html')
|
|||
.form-group
|
||||
input.btn.btn-default(type='submit')=env.t('loadUser')
|
||||
form(ng-show='hero', ng-submit='saveHero(hero)')
|
||||
h3 {{hero.profile.name}}
|
||||
a(ng-click='clickMember(hero._id, true)')
|
||||
h3 {{hero.profile.name}}
|
||||
.form-group
|
||||
input.form-control(type='text', ng-model='hero.contributor.text', placeholder=env.t('contribTitle'))
|
||||
.form-group
|
||||
|
|
|
|||
Loading…
Reference in a new issue