Skip to content
Snippets Groups Projects
Commit 99973793 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

update: adding proper menu access from circles to events and resources

parent 67ab0a68
No related branches found
No related tags found
1 merge request!172First integration to Hubl of the resource component
Pipeline #6660 passed
......@@ -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
sib-display(
class='w700'
bind-resources
nested-field="events"
fields='name, shortDescription, startDate'
)
\ No newline at end of file
sib-display(
class='w700'
bind-resources
nested-field="resources"
fields='name, shortdesc, keywords'
)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment