78f187f87a
move Dailies repeats out of Advanced Options; enlarge Notes; reduce spacings
8 lines
303 B
Plaintext
8 lines
303 B
Plaintext
fieldset.option-group
|
|
label.option-title=env.t('text')
|
|
input.form-control(type='text', ng-model='task._edit.text', ng-disabled='!canEdit(task)', required)
|
|
|
|
fieldset.option-group
|
|
label.option-title=env.t('extraNotes')
|
|
textarea.form-control.task-extra-notes(rows='5', ng-model='task._edit.notes')
|