Skip to content
Snippets Groups Projects
dashboard.pug 986 B
Newer Older
// 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 ../templates/header.pug

    h1 Mentorship program
    p International index of resources for cooperative mentors and entrepreneurs

    //TODO:
    //-Distinguish the search form from the listing
    //-Create two Sib-displays getting the resources by "types"
    // From two different endpoints I guess
    //-Testing the group-by right after the 0.8 version release
    //-Work on the page architecture

    #list(hidden)
        include resource/list.pug
    #create(hidden).no-sidebar
        sib-link(class="backlink", next="list") Back to the list
        include resource/create.pug
    #edit(hidden).no-sidebar
        sib-link(class="backlink", next="list") Back to the list
        include resource/edit.pug