From 4a4ca8021c16ac45f2fe8beaa97aa6ba5adca14d Mon Sep 17 00:00:00 2001 From: Mikkel Ricky Date: Wed, 12 Jun 2024 15:47:48 +0200 Subject: [PATCH] Added link on headline --- app/Domain/Timesheets/Templates/showMy.tpl.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/Domain/Timesheets/Templates/showMy.tpl.php b/app/Domain/Timesheets/Templates/showMy.tpl.php index 755d2ba92..d6c6e14f0 100644 --- a/app/Domain/Timesheets/Templates/showMy.tpl.php +++ b/app/Domain/Timesheets/Templates/showMy.tpl.php @@ -289,7 +289,9 @@ ?> e($timeRow["clientName"]); ?> // e($timeRow["name"]); ?> - e($timeRow["headline"]); ?> + + e($timeRow['headline']); ?> + __($tpl->get('kind')[$timeRow['kind']]); ?>