diff --git a/src/app/units/states/edit/directives/unit-tasks-editor/unit-task-editor.component 2.html b/src/app/units/states/edit/directives/unit-tasks-editor/unit-task-editor.component 2.html deleted file mode 100644 index 37191fb94..000000000 --- a/src/app/units/states/edit/directives/unit-tasks-editor/unit-task-editor.component 2.html +++ /dev/null @@ -1,142 +0,0 @@ -
Plan the list of tasks for students to complete.
-Task Name | -- {{ taskDefinition.abbreviation }} {{ taskDefinition.name }} - | -Grade | -- {{ taskDefinition.targetGradeText }} - | -Start Date | -- {{ taskDefinition.startDate | date: 'd LLL y' }} - | -Due Date | -- {{ taskDefinition.targetDate | date: 'd LLL y' }} - | -Deadline | -- {{ taskDefinition.dueDate | date: 'd LLL y' }} - | -- | - @if (taskDefinitionHasChanges(taskDefinition)) { - - } - - | -- |
---|