Fixing Bug 2440 - The download CSV buttons doesn't work

stable
Alejandro Alonso 2015-03-13 07:54:23 +01:00
parent 30c4a3f716
commit 72c3eb5960
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
section.project-csv(ng-controller='#{controller} as ctrl', tg-select-input-text)
div.project-values-title
h2 #{csvType} reports
a.button.button-gray(title="Download #{csvType} CSV", ng-href="{{csvUrl}}", ng-show="csvUrl")
a.button.button-gray(title="Download #{csvType} CSV", ng-href="{{csvUrl}}", ng-show="csvUrl", target="_blank")
span Download CSV
div.csv-regenerate-field