skip an occurrence of recurring event

This commit is contained in:
les
2020-02-11 15:39:57 +01:00
parent 9ce227de7c
commit 2b71cea6fc
5 changed files with 34 additions and 6 deletions

View File

@@ -8,11 +8,15 @@
.p-name.p-summary.title {{event.title}}
.card-body
//- when
div
i.el-icon-date
time.dt-start(:datetime='event.start_datetime|unixFormat("YYYY-MM-DD HH:mm")') {{event|when}}
//- place
el-button.p-location.mt-1.bg-dark.text-warning.float-right(plain size='mini' round type='text' icon='el-icon-location-outline' @click='addPlace') {{event.place.name}}
//- date / place
//- description
.description.p-description.mt-3(v-if='!event.image_path || !event.tags.length' v-html='description')
.card-footer(v-if='event.tags.length')