Files
habitica/website/views/shared/tasks/edit/text_notes.jade
T
Blade Barringer 3d64f2b849 fix: Revert #7692
2016-08-23 21:40:33 -05:00

8 lines
311 B
Plaintext

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