Skip to content
Snippets Groups Projects

Resolve "Add absence overview page"

Merged Hangzhi Yu requested to merge 264-add-absence-overview-page into master
All threads resolved!
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -14,7 +14,7 @@
<lesson-information v-if="compact" v-bind="documentationPartProps" />
<v-spacer />
<lesson-notes v-bind="documentationPartProps" />
<participation-list class="participation-list" v-bind="documentationPartProps" v-on="selectListeners" />
<participation-list :include-present="false" class="participation-list" v-bind="documentationPartProps" v-on="selectListeners" />
</v-card-text>
<v-spacer />
<v-divider />
Loading