Skip to content

Commit

Permalink
Add hover tooltip with total logged hours in invoicing report
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppekroghitk committed Jan 9, 2025
1 parent 41336c0 commit 2bacbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/reports/invoicing_rate_report.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
">
<div class="flex justify-between w-32 double-number-container">
<span class="flex-1 text-right">{{ periodData.loggedBillableHours }}</span>
<span class="flex-auto text-right">{{ periodData.loggedBilledPercentage|round(1) ~ '%' }}</span>
<span class="flex-auto text-right" title="{{ periodData.totalLoggedHours }}">{{ periodData.loggedBilledPercentage|round(1) ~ '%' }}</span>
</div>

</td>
Expand Down

0 comments on commit 2bacbce

Please sign in to comment.