Skip to content

Commit

Permalink
truncate title
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmbabhazi committed Sep 26, 2024
1 parent 8f4ef91 commit 0661826
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<div class="mt-2 small">
<span *ngIf="log?.task; else noToDo">
<strong> {{ 'TIMESHEET.TODO' | translate }} : </strong>
{{ log?.task?.title }}
{{ log?.task?.title | truncate : 50 }}
</span>
<ng-template #noToDo>
<span>{{ 'TIMESHEET.NO_TODO' | translate }}</span>
Expand Down

0 comments on commit 0661826

Please sign in to comment.