taiga-front/app/partials/admin-roles.jade

33 lines
1.3 KiB
Plaintext

extends dummy-layout
block head
title Taiga Your agile, free, and open source project management tool
block content
div.wrapper.roles(ng-controller="RolesController as ctrl",
ng-init="section='admin'", tg-roles)
sidebar.menu-secondary.sidebar(tg-admin-navigation="roles")
include views/modules/admin-menu
sidebar.menu-tertiary.sidebar
include views/modules/admin-submenu-roles
section.main.admin-roles
.header-with-actions
include views/components/mainTitle
.action-buttons
a.button.button-red.delete-role(href="", title="Delete", ng-click="ctrl.delete()") Delete
p.total
| {{ role.name }}
span ({{ role.members_count }} members with this role)
div.general-category
| When enabled, members assigned to this role will be able to estimate the point value for user stories
div.check
input(type="checkbox", ng-model="role.computable", ng-change="ctrl.setComputable()")
div
span.check-text.check-yes Yes
span.check-text.check-no No
div(tg-role-permissions, ng-model="role")