mirror of
https://github.com/taigaio/taiga-front
synced 2025-10-06 03:02:50 +02:00
40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
|
|
//- This Source Code Form is subject to the terms of the Mozilla Public
|
|
//- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
//- file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
//-
|
|
//- Copyright (c) 2021-present Kaleidos Ventures SL
|
|
|
|
doctype html
|
|
|
|
div.wrapper(
|
|
ng-controller="ProjectProfileController as ctrl",
|
|
ng-init="section='admin'; sectionName='ADMIN.REPORTS.TITLE'"
|
|
)
|
|
tg-project-menu
|
|
sidebar.menu-secondary.sidebar.settings-nav(tg-admin-navigation="project-profile")
|
|
include ../includes/modules/admin-menu
|
|
|
|
sidebar.menu-tertiary.sidebar(tg-admin-navigation="reports")
|
|
include ../includes/modules/admin-submenu-project-profile
|
|
|
|
section.main.admin-common(tg-project-export)
|
|
header
|
|
include ../includes/components/mainTitle
|
|
p.admin-subtitle(translate="ADMIN.REPORTS.SUBTITLE")
|
|
|
|
p(translate="ADMIN.REPORTS.DESCRIPTION")
|
|
|
|
div.admin-attributes-section(tg-csv-epic)
|
|
div.admin-attributes-section(tg-csv-us)
|
|
div.admin-attributes-section(tg-csv-task)
|
|
div.admin-attributes-section(tg-csv-issue)
|
|
|
|
div
|
|
a.help-button(
|
|
href="https://community.taiga.io/t/making-csv-reports/163"
|
|
target="_blank"
|
|
)
|
|
tg-svg(svg-icon="icon-question")
|
|
span(translate="ADMIN.REPORTS.HELP")
|