Project reports text organization

stable
Xavier Julián 2015-03-12 11:52:07 +01:00 committed by David Barragán Merino
parent 3612991192
commit 506210c292
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,9 @@ div.wrapper(ng-controller="ProjectProfileController as ctrl",
section.main.admin-common(tg-project-export)
header
include ../includes/components/mainTitle
p.admin-subtitle Export your project data in CSV format and make your own reports
p.admin-subtitle Export your project data in CSV format and make your own reports.
p Download a CSV file or copy the generated URL and open it in your favourite text editor or spreadsheet to make your own project data reports. You will be able to visualize and analize all your data easily.
- var csvType = "US";
- var controller = "CsvExporterUserstoriesController";

View File

@ -4,8 +4,6 @@ section.project-csv(ng-controller='#{controller} as ctrl', tg-select-input-text
a.button.button-gray(title="Download #{csvType} CSV", ng-href="{{csvUrl}}", ng-show="csvUrl")
span Download CSV
p Get all information about your project #{csvType}. Save all your data to a <em>.csv</em> file and open it in your favourite text editor or spreadsheet. You will be able to visualize and analize all your data easily.
div.csv-regenerate-field
.field-with-options
input(type="text", placeholder="Please regenerate CSV url", readonly, ng-model="csvUrl")