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

Move note to the side

parent be3ee4d5
No related branches found
No related tags found
1 merge request!361Resolve "Add statistics page for absences"
...@@ -73,6 +73,8 @@ ...@@ -73,6 +73,8 @@
) )
}} }}
</time> </time>
</v-list-item-title>
<v-list-item-subtitle class="overflow-scroll">
<!-- teacher --> <!-- teacher -->
<person-chip <person-chip
v-for="teacher in item.relatedDocumentation.teachers" v-for="teacher in item.relatedDocumentation.teachers"
...@@ -90,9 +92,6 @@ ...@@ -90,9 +92,6 @@
:subject="item.relatedDocumentation.subject" :subject="item.relatedDocumentation.subject"
small small
/> />
</v-list-item-title>
<v-list-item-subtitle>
{{ item.note }}
</v-list-item-subtitle> </v-list-item-subtitle>
</v-list-item-content> </v-list-item-content>
<v-list-item-action> <v-list-item-action>
...@@ -105,6 +104,9 @@ ...@@ -105,6 +104,9 @@
v-if="item.extraMark" v-if="item.extraMark"
:extra-mark="item.extraMark" :extra-mark="item.extraMark"
/> />
<div v-if="item.note">
{{ item.note }}
</div>
</v-list-item-action> </v-list-item-action>
</v-list-item> </v-list-item>
<v-divider></v-divider> <v-divider></v-divider>
......
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