// Mentor dashboard, containing // 3 tabs: // - History of my validated resources // - Resources validation request // - // Access to all resources // Capabilities to request a resource // Like and comment header#header(role='banner') include ./components/header.pug section#home #mentor-resource-list(hidden).no-sidebar include resources/list.pug #mentor-resource-create(hidden).no-sidebar sib-link(class="backlink", next="mentor-resource-list") Back to the resources list include resources/create.pug #mentor-resource-edit(hidden).no-sidebar sib-link(class="backlink", next="mentor-resource-detail") Back to the resources list include resources/edit.pug #mentor-resource-validate(hidden).no-sidebar sib-link(class="backlink", next="mentor-resource-list") Back to the resources list include resources/validate.pug #resource-creation-confirmation(hidden).no-sidebar include resources/confirmation.pug #mentor-resource-detail(hidden).no-sidebar sib-link(class="backlink", next="mentor-resource-list") Back to the resources list include resources/detail.pug