e124c36274
* Added double columns to edit modal * Fixed task notes z index and border styles * Moved tags to right column and updated min width
8 lines
336 B
Plaintext
8 lines
336 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')
|
|
| {{scope}}
|
|
include ../tasks/edit/index
|
|
.modal-footer(style='margin-top:0')
|
|
.container-fluid
|