💄 Show notes on frontend
This commit is contained in:
@ -74,6 +74,10 @@ function isCancelled(substitution) {
|
|||||||
<s>{{ lesson.room }}</s> {{ lesson.substitution.change.room }}
|
<s>{{ lesson.room }}</s> {{ lesson.substitution.change.room }}
|
||||||
</span>
|
</span>
|
||||||
<span class="info" v-else>{{ lesson.room }}</span>
|
<span class="info" v-else>{{ lesson.room }}</span>
|
||||||
|
<!-- Show notes if available -->
|
||||||
|
<span class="info" v-if="getNotes(lesson.substitution)"
|
||||||
|
>, Notes: {{ getNotes(lesson.substitution) }}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user