"content/git@edugit.org:nbildhauer/teckids.org.git" did not exist on "e4a605d12c961be2b03ba2b55f208ba79671f06b"
Newer
Older
class="d-flex align-center justify-space-between justify-md-end flex-wrap gap"
>
<v-chip small dense class="mr-2" color="green darken-3 white--text">
{{ documentation.participations.length }}
</v-chip>
</v-chip>
<v-chip dense color="warning">
<v-chip small dense class="mr-2" color="orange darken-3 white--text"
>3</v-chip
>
entschuldigt
</v-chip>
<v-chip dense color="error">
<v-chip small dense class="mr-2" color="red darken-3 white--text"
>1</v-chip
>
unentschuldigt
</v-chip>
<v-chip dense color="grey lighten-1">
<v-chip small dense class="mr-2" color="grey darken-1 white--text"
>4</v-chip
>
Hausaufgaben vergessen
</v-chip>
<manage-students-trigger v-bind="documentationPartProps" />
import documentationPartMixin from "./documentationPartMixin";
import ManageStudentsTrigger from "../absences/ManageStudentsTrigger.vue";
components: { ManageStudentsTrigger },
mixins: [documentationPartMixin],