taiga-front/app/partials/kanban.jade

32 lines
1.2 KiB
Plaintext

extends dummy-layout
block head
title Taiga Project management web application with scrum in mind!
block content
div.wrapper(tg-kanban, ng-controller="KanbanController as ctrl"
ng-init="section='kanban'")
section.main.kanban
div.kanban-detail-header
h1
span(tg-bo-bind="project.name")
span.green(tg-bo-bind="sectionName")
div.kanban-settings
// a.button.button-trans(href="", title="Filter")
// span.icon.icon-filter
// span Filters
//a.button.button-gray(href="", title="Filter")
// span Show Statistics
//-include views/components/large-summary
//-include views/modules/burndown
//-include views/modules/list-filters-kanban
include views/modules/kanban-table
div.lightbox.lightbox_add-new-us.hidden(tg-lb-create-edit-userstory)
include views/modules/lightbox_add-new-us
div.lightbox.lightbox_add-bulk.hidden(tg-lb-create-bulk-userstories)
include views/modules/lightbox_add-bulk
div.lightbox.lightbox_select_user.hidden(tg-lb-assignedto)