Bug#2389 Not show csv download icon if the url doesn't exists

stable
Jesús Espino 2015-03-11 10:09:34 +01:00
parent 8aa88cf28d
commit 3adf0cd3db
1 changed files with 1 additions and 1 deletions

View File

@ -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 <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.