update: adding proper menu access from circles to events and resources
This commit is contained in:
6
src/views/circle/page-circle-events.pug
Normal file
6
src/views/circle/page-circle-events.pug
Normal file
@ -0,0 +1,6 @@
|
||||
sib-display(
|
||||
class='w700'
|
||||
bind-resources
|
||||
nested-field="events"
|
||||
fields='name, shortDescription, startDate'
|
||||
)
|
6
src/views/circle/page-circle-resources.pug
Normal file
6
src/views/circle/page-circle-resources.pug
Normal file
@ -0,0 +1,6 @@
|
||||
sib-display(
|
||||
class='w700'
|
||||
bind-resources
|
||||
nested-field="resources"
|
||||
fields='name, shortdesc, keywords'
|
||||
)
|
Reference in New Issue
Block a user