Skip to content
Snippets Groups Projects
menu.pug 500 B
Newer Older
sib-router(default-route='mentor-resource-list')
    sib-route(name='mentor-resource-list')
    sib-route(name='mentor-account', id-prefix=`${endpoints.users}`, use-id)
    sib-ac-checker(permission="acl:Write")
        sib-route(name='mentor-resource-create')
    sib-ac-checker(permission="acl:Write" bind-resources)
        sib-route(id-prefix=`${endpoints.resources}`, name='mentor-resource-edit', use-id)
    sib-route(name='resource-creation-confirmation')
    sib-route(name='mentor-database')