mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
7 lines
296 B
Plaintext
7 lines
296 B
Plaintext
fieldset.option-group
|
|
label.option-title=env.t('text')
|
|
input.option-content(type='text', ng-model='task.text', required, ng-disabled='task.challenge.id')
|
|
|
|
label.option-title=env.t('extraNotes')
|
|
textarea.option-content(rows='3', ng-model='task.notes', ng-model-options="{debounce: 1000}")
|