From 3adf0cd3dbfd6568992b5ffb8ce669e38b5b752e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Wed, 11 Mar 2015 10:09:34 +0100 Subject: [PATCH] Bug#2389 Not show csv download icon if the url doesn't exists --- app/partials/includes/modules/admin/project-csv.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.