diff --git a/src/app/features/tasks/task/task.component.html b/src/app/features/tasks/task/task.component.html
index ddceb7363..27a0dcf00 100644
--- a/src/app/features/tasks/task/task.component.html
+++ b/src/app/features/tasks/task/task.component.html
@@ -4,11 +4,10 @@
#blockLeftEl
class="block-left bg-400"
>
- @if (!t.isDone) {
- check
- }
@if (t.isDone) {
undo
+ } @else {
+ check
}
- @if (!t.repeatCfgId) {
- today
- }
@if (t.repeatCfgId) {
+ } @else {
+ today
}
}
@@ -90,13 +88,11 @@
@if (!isRepeatTaskCreatedToday()) {
{{ t.created | shortDate2 }}
}
- @if (t.repeatCfgId) {
-
-
- }
+
+
}
@if (t.issueId) {
@@ -283,37 +279,32 @@
}
@if (t.subTasks?.length) {
- @if (t.subTasks?.length) {
-
- }
- @if (t.subTasks?.length) {
-
- }
+
+
}
@if (isDragOver) {