diff --git a/app/partials/task/related-task-row-edit.jade b/app/partials/task/related-task-row-edit.jade index 890f7a59..cfc4950f 100644 --- a/app/partials/task/related-task-row-edit.jade +++ b/app/partials/task/related-task-row-edit.jade @@ -1,6 +1,6 @@ .tasks .task-name - input(type='text', value!='<%- task.subject %> sdfdsf', placeholder='Type the task subject') + input(type='text', value!='<%- task.subject %>', placeholder='Type the task subject') .task-settings a.icon.icon-floppy(href='', title='Save') a.icon.icon-delete.cancel-edit(href='', title='Cancel')