This commit is contained in:
les
2021-03-15 22:27:31 +01:00
parent d8b1c82056
commit 71287d15d0
2 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ v-container
:src='imgPath'
:lazy-src='thumbImgPath'
v-if='event.image_path')
.p-description.text-body-1.px-5.mt-5(v-else v-html='event.description')
.p-description.text-body-1(v-else v-html='event.description')
//- template(v-slot:placeholder)
//- v-row(
@@ -66,7 +66,7 @@ v-container
:href='`/api/event/${event.id}.ics`')
v-icon mdi-calendar-export
.p-description.text-body-1.px-5.ma-5(v-if='event.image_path' v-html='event.description')
.p-description.text-body-1(v-if='event.image_path' v-html='event.description')
//- resources from fediverse
#resources.mt-1(v-if='settings.enable_federation')