switch row highlight
parent
c0812dd310
commit
e34f783e94
|
@ -27,7 +27,7 @@
|
|||
<tbody>
|
||||
@for shift in shifts {
|
||||
|
||||
<tr class="bg-white odd:bg-neutral-50 border-b">
|
||||
<tr class="bg-white even:bg-neutral-50 border-b">
|
||||
<td scope="row" class="text-center px-6 py-3">@shift.id</td>
|
||||
<td class="text-center px-6 py-3">@shift.start.format("%A, %b %m - %H:%M")</td>
|
||||
<td class="text-center px-6 py-3">
|
||||
|
|
Loading…
Reference in New Issue