mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01:00
7 lines
317 B
Plaintext
7 lines
317 B
Plaintext
script(type='text/ng-template', id='modals/task-edit.html')
|
|
.modal-content.task-modal(style='min-width:22em', class='{{taskStatus}}', id="task-{{task._id}}")
|
|
.modal-body.text-center(style='padding-bottom:0')
|
|
include ../tasks/edit/index
|
|
.modal-footer(style='margin-top:0')
|
|
.container-fluid
|