mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
8 lines
314 B
Plaintext
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}")
|