Skip to content

Commit

Permalink
Added link on headline
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi-itk committed Jun 12, 2024
1 parent 80c4542 commit 4a4ca80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/Domain/Timesheets/Templates/showMy.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,9 @@
?>
<tr class="gradeA timesheetRow">
<td width="14%"><?php $tpl->e($timeRow["clientName"]); ?> // <?php $tpl->e($timeRow["name"]); ?></td>
<td width="14%"><?php $tpl->e($timeRow["headline"]); ?></td>
<td width="14%">
<a href="#/tickets/showTicket/<?php echo $timeRow['ticketId']; ?>"><?php $tpl->e($timeRow['headline']); ?></a>
</td>
<td width="10%">
<?php echo $tpl->__($tpl->get('kind')[$timeRow['kind']]); ?>
<?php if ($timeRow['hasTimesheetOffset']) { ?>
Expand Down

0 comments on commit 4a4ca80

Please sign in to comment.