mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
add endData microdata
This commit is contained in:
parent
de1376b5eb
commit
97ae9329fd
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ v-container#event.pa-0.pa-sm-2
|
|||
time.dt-start.text-h6(:datetime='event.start_datetime|unixFormat("YYYY-MM-DD HH:mm")' itemprop="startDate" :content="event.start_datetime|unixFormat('YYYY-MM-DDTHH:mm')")
|
||||
v-icon mdi-calendar
|
||||
b.ml-2 {{event|when}}
|
||||
.d-none.dt-end(itemprop="endDate" :content="event.end_datetime|unixFormat('YYYY-MM-DDTHH:mm')") {{event.end_datetime|unixFormat('YYYY-MM-DD HH:mm')}}
|
||||
div.text-subtitle-1 {{event.start_datetime|from}}
|
||||
small(v-if='event.parentId') ({{event|recurrentDetail}})
|
||||
|
||||
|
|
Loading…
Reference in a new issue