update: adding proper menu access from circles to events and resources
This commit is contained in:
parent
67ab0a68a3
commit
9997379323
@ -16,6 +16,10 @@
|
||||
include views/circle/page-circle-chat.pug
|
||||
#circle-information.content-box__height(hidden)
|
||||
include views/circle/page-circle-profile.pug
|
||||
#circle-events(hidden)
|
||||
include views/circle/page-circle-events.pug
|
||||
#circle-resources(hidden)
|
||||
include views/circle/page-circle-resources.pug
|
||||
|
||||
nav.jsRightMenu(role='navigation')
|
||||
sib-router(default-route='circle-chat')
|
||||
@ -28,3 +32,10 @@ nav.jsRightMenu(role='navigation')
|
||||
sib-route(name='circle-information')
|
||||
li
|
||||
a Information
|
||||
sib-route(name='circle-events' use-id)
|
||||
li
|
||||
a Events
|
||||
sib-route(name='circle-resources' use-id)
|
||||
li
|
||||
a Resources
|
||||
|
||||
|
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'
|
||||
)
|
Loading…
Reference in New Issue
Block a user