diff --git a/app/partials/includes/modules/admin/project-csv.jade b/app/partials/includes/modules/admin/project-csv.jade index fe321bfb..16948073 100644 --- a/app/partials/includes/modules/admin/project-csv.jade +++ b/app/partials/includes/modules/admin/project-csv.jade @@ -2,7 +2,7 @@ section.project-csv(ng-controller='#{controller} as ctrl', tg-select-input-text div.project-values-title h2 Export #{csvType} Data span (.csv format) - a.button.button-gray(title="Download #{csvType} CSV", ng-href="{{csvUrl}}") + 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.