hubl/src/views/partials/circle/page-circle-events.pug

10 lines
419 B
Plaintext
Raw Normal View History

#circle-listevents
2020-08-11 17:09:14 +00:00
solid-event(
class='w700'
bind-resources
nested-field="events"
range-event-type=`${endpoints.typeevents || (endpoints.get && endpoints.get.typeevents)}`
range-event-circle=`${endpoints.circles || (endpoints.get && endpoints.get.circles)}`
upload-dir=`${endpoints.uploads || (endpoints.get && endpoints.get.uploads)}`
2020-08-27 15:32:35 +00:00
id-prefix='circles'
)