- Fix Facebook slow down the loading... inserted only a static image !#106

- Others fix to the CCardDiscipline
This commit is contained in:
Paolo Arena
2019-11-17 22:24:41 +01:00
parent ca7ee49944
commit 17d5a50662
10 changed files with 92 additions and 28 deletions

View File

@@ -14,12 +14,12 @@
</q-card-section>
<q-card-section v-if="ExistLesson()" class="text-blue">
{{ $t('cal.nextevent') }}:
<span v-if="!tools.isMobile()">{{ $t('cal.nextevent') }}:</span>
<q-btn rounded type="a" :to="getLinkEvent" color="primary" icon="event" :label="NextEventDate()">
</q-btn>
</q-card-section>
<q-separator inset></q-separator>
<span v-if="!tools.isMobile()"><q-separator inset></q-separator></span>
<q-card-section class="row justify-center">
<div v-for="(teach, index) in discipline.teachers" :key="index"