Skip to content
Snippets Groups Projects
menu.pug 615 B
Newer Older
sib-router(default-route='mentor-resource-list')
    sib-route(name='mentor-resource-list')
        div.menu-label My Resources
        div.menu-icon.icon-people
    div.divider
    sib-ac-checker(permission="acl:Write")
        sib-route(name='mentor-resource-create')
            div.menu-label Create a resource
            div.menu-icon.icon-people
Benoit Alessandroni's avatar
Benoit Alessandroni committed
    div.divider
    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-resource-detail')