20 lines
663 B
Plaintext
20 lines
663 B
Plaintext
extends dummy-layout
|
|
|
|
block head
|
|
title Taiga Your agile, free, and open source project management tool
|
|
|
|
block content
|
|
div.wrapper(tg-user-notifications, ng-controller="UserNotificationsController as ctrl",
|
|
ng-init="section='mail-notifications'")
|
|
sidebar.menu-secondary.sidebar(tg-user-settings-navigation="mail-notifications")
|
|
include views/modules/user-settings-menu
|
|
|
|
section.main.admin-roles
|
|
header
|
|
h1
|
|
span.green(tg-bo-html="sectionName")
|
|
|
|
p.total Notifications By Mail
|
|
|
|
include views/modules/user-settings/mail-notifications-table
|