Skip to content
Snippets Groups Projects
Commit 07350bcf authored by Julian's avatar Julian
Browse files

Display weekday of days in coursebook

parent 650d6baa
No related branches found
No related tags found
2 merge requests!352Draft: Resolve "Add dialog with each lesson's students",!350Resolve "Add simple course book list"
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
:key="'day-' + day[0]" :key="'day-' + day[0]"
> >
<v-list-item-content :id="'documentation_' + day[0].toISODate()"> <v-list-item-content :id="'documentation_' + day[0].toISODate()">
<v-list-item-title>{{ $d(day[0], "short") }}</v-list-item-title> <v-subheader>{{ $d(day[0], "dateWithWeekday") }}</v-subheader>
<v-list max-width="100%"> <v-list max-width="100%">
<v-list-item <v-list-item
v-for="doc in day.slice(1)" v-for="doc in day.slice(1)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment