Files
habitica/website/views/shared/tasks/edit/text_notes.jade
2015-06-14 01:27:35 -05:00

8 lines
314 B
Plaintext

fieldset.option-group
label.option-title=env.t('text')
input.form-control(type='text', ng-model='task.text', required, ng-disabled='task.challenge.id')
fieldset.option-group
label.option-title=env.t('extraNotes')
textarea.form-control(rows='3', ng-model='task.notes', ng-model-options="{debounce: 1000}")