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

Display number of participations in dummy

parent a72163f5
No related branches found
No related tags found
1 merge request!360Resolve "Add absence management to course book student dialog"
...@@ -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