31 lines
1.4 KiB
Plaintext
31 lines
1.4 KiB
Plaintext
extends dummy-layout
|
|
|
|
block head
|
|
title Taiga Your agile, free, and open source project management tool
|
|
|
|
block content
|
|
div.wrapper(tg-project-values, ng-controller="ProjectValuesController as ctrl",
|
|
ng-init="section='admin'; resource='userstories'; type='points'; sectionName='Us points'",
|
|
type="points")
|
|
sidebar.menu-secondary.sidebar(tg-admin-navigation="project-values")
|
|
include views/modules/admin-menu
|
|
|
|
sidebar.menu-tertiary.sidebar(tg-admin-navigation="values-us-points")
|
|
include views/modules/admin-submenu-project-values
|
|
|
|
section.main.admin-common
|
|
include views/components/mainTitle
|
|
p.admin-subtitle Specify the numerical system you will use to indicate the level of difficulty for each User Story
|
|
|
|
- var helpLightboxId = "notion-admin-project-values-us-points"
|
|
include views/components/help-notion-button
|
|
|
|
div.project-values-options
|
|
a.button.button-green.show-add-new(href="", title="Add New")
|
|
span Add new point
|
|
|
|
include views/modules/admin/project-points
|
|
|
|
div.hidden.lightbox.lightbox-generic-notion.notion-admin-project-values-us-points(id="notion-admin-project-values-us-points", tg-lb-notion)
|
|
include views/modules/help-notions/lightbox-notion-admin-project-values-us-points
|