Files
habitica/website/views/shared/tasks/edit/text_notes.jade
T
2016-09-13 16:32:52 +00: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}")