small fixes in pdf generation + time calculation
All checks were successful
Tests / Run Go Tests (push) Successful in 27s
All checks were successful
Tests / Run Go Tests (push) Successful in 27s
This commit is contained in:
@@ -57,7 +57,7 @@ templ dayComponent(workDay models.WorkDay, submitted bool) {
|
||||
if (workDay.RequiresAction()) {
|
||||
<p class="text-red-600">Bitte anpassen</p>
|
||||
} else {
|
||||
<p class="text-accent">{ work }</p>
|
||||
<p class="text-accent flex flex-row items-center"><span class="icon-[material-symbols-light--nest-clock-farsight-analog-outline]"></span>{ work }</p>
|
||||
if pause != "" {
|
||||
<p class="text-neutral-500 flex flex-row items-center"><span class="icon-[material-symbols-light--motion-photos-paused-outline]"></span>{ pause }</p>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user