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

Display number of participations in dummy

parent aeaa9697
No related branches found
No related tags found
1 merge request!362Resolve "Add personal note management dialog in course book"
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
<!-- eslint-disable @intlify/vue-i18n/no-raw-text --> <!-- eslint-disable @intlify/vue-i18n/no-raw-text -->
<v-chip dense color="success"> <v-chip dense color="success">
<v-chip small dense class="mr-2" color="green darken-3 white--text" <v-chip small dense class="mr-2" color="green darken-3 white--text"
>26</v-chip >{{ documentation.participations.length }}</v-chip
> >
von 30 anwesend Schüler
</v-chip> </v-chip>
<v-chip dense color="warning"> <v-chip dense color="warning">
<v-chip small dense class="mr-2" color="orange darken-3 white--text" <v-chip small dense class="mr-2" color="orange darken-3 white--text"
......
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