From 6748b0e903fbdbc6a09b613ae1e61318d4f010f3 Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 28 Oct 2024 14:58:47 +0100 Subject: [PATCH] Try to fix section tags on overview and detail views --- .../keyresult-detail/keyresult-detail.component.html | 4 ++-- .../objective-detail/objective-detail.component.html | 4 ++-- .../src/app/components/objective/objective.component.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/app/components/keyresult-detail/keyresult-detail.component.html b/frontend/src/app/components/keyresult-detail/keyresult-detail.component.html index d9e6981258..c7a3d7839e 100644 --- a/frontend/src/app/components/keyresult-detail/keyresult-detail.component.html +++ b/frontend/src/app/components/keyresult-detail/keyresult-detail.component.html @@ -31,7 +31,7 @@

{{ quarter.label }}

-
+
@@ -79,7 +79,7 @@
Stretch
- +

diff --git a/frontend/src/app/components/objective-detail/objective-detail.component.html b/frontend/src/app/components/objective-detail/objective-detail.component.html index 0bee2bf3aa..c1f2a32c66 100644 --- a/frontend/src/app/components/objective-detail/objective-detail.component.html +++ b/frontend/src/app/components/objective-detail/objective-detail.component.html @@ -1,7 +1,7 @@
-
+

{{ objective.title }}

> close - +

Beschrieb

diff --git a/frontend/src/app/components/objective/objective.component.html b/frontend/src/app/components/objective/objective.component.html index 725bd25687..5eb5b53b8c 100644 --- a/frontend/src/app/components/objective/objective.component.html +++ b/frontend/src/app/components/objective/objective.component.html @@ -33,7 +33,7 @@

{{ objective.title }}

-
+
{{ objective.title }} [keyResult]="keyResult" [attr.data-testId]="'keyresult'" > -
+