Conserver l'affichage des heures prévues
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run
This commit is contained in:
parent
c6501f33b8
commit
e97883d99d
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@
|
|||
title="{{ day_info.vacation_name if day_info.vacation_name else '' }}">
|
||||
{{ day_info.day }}
|
||||
</a>
|
||||
{% if day_info.planned_hours != '0h00' %}<small class="d-block text-nowrap" title="Heures prévues">Prévu {{ day_info.planned_hours }}</small>{% endif %}
|
||||
{% if day_info.deviation_hours %}<small class="d-block text-nowrap fw-bold {{ day_info.deviation_class }}" title="Écart de la journée">{{ day_info.deviation_hours }}</small>{% endif %}
|
||||
{% if day_info.events %}
|
||||
<div class="mt-1 d-flex flex-column gap-1">
|
||||
|
|
|
|||
Loading…
Reference in a new issue