diff --git a/app/partials/admin/admin-project-reports.jade b/app/partials/admin/admin-project-reports.jade index 3bf447e8..a066b767 100644 --- a/app/partials/admin/admin-project-reports.jade +++ b/app/partials/admin/admin-project-reports.jade @@ -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"; diff --git a/app/partials/includes/modules/admin/project-csv.jade b/app/partials/includes/modules/admin/project-csv.jade index 57b644c5..b3f89b4e 100644 --- a/app/partials/includes/modules/admin/project-csv.jade +++ b/app/partials/includes/modules/admin/project-csv.jade @@ -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 .csv 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")