fix schedule notes

This commit is contained in:
Dobromir Popov
2024-03-02 19:35:08 +02:00
parent c984490980
commit b02ac64792
2 changed files with 42 additions and 8 deletions

View File

@ -150,7 +150,7 @@
<thead class="week{{week}}">
<tr>
<th colspan="3"
class="">{{dayOfWeek}} {{dayOfMonth}}<br />
class="">{{dayOfWeek}} {{dayOfMonth}} {{monthName}}<br />
{{placeOfEvent}}
</th>
</tr>
@ -160,7 +160,7 @@
<tr>
<td class="col1 block sm:table-cell">{{time}}</td>
<td class="col2 block sm:table-cell">{{names}}</td>
<td class="col3 hidden sm:table-cell"><strong>{{notes_bold}}</strong></td>
<td class="col3 hidden sm:table-cell">{{notes}}<strong>{{notes_bold}}</strong></td>
</tr>
{{/each}}
</tbody>