mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
Update challenges.jade
This commit is contained in:
parent
077e23519c
commit
2282e36bac
1 changed files with 2 additions and 2 deletions
|
|
@ -85,8 +85,8 @@ script(type='text/ng-template', id='partials/options.social.challenges.html')
|
|||
.create-challenge-from.well(ng-if='newChallenge')
|
||||
form(ng-submit='save(newChallenge)')
|
||||
div
|
||||
input.btn.btn-success(type='submit', value='Save')
|
||||
input.btn.btn-danger(type='button', ng-click='discard()', value='Discard')
|
||||
input.btn.btn-success(type='submit', value=env.t('save'))
|
||||
input.btn.btn-danger(type='button', ng-click='discard()', value=env.t('discard'))
|
||||
select(ng-model='newChallenge.group', ng-required='required', name='Group', ng-options='g._id as g.name for g in groups')
|
||||
.challenge-options
|
||||
input.option-content(type='text', ng-model='newChallenge.name', placeholder=env.t('ChallengeTitle'), required='required')
|
||||
|
|
|
|||
Loading…
Reference in a new issue