fix schedule notes
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user