Fixing Bug 2440 - The download CSV buttons doesn't work
parent
30c4a3f716
commit
72c3eb5960
|
@ -1,7 +1,7 @@
|
||||||
section.project-csv(ng-controller='#{controller} as ctrl', tg-select-input-text)
|
section.project-csv(ng-controller='#{controller} as ctrl', tg-select-input-text)
|
||||||
div.project-values-title
|
div.project-values-title
|
||||||
h2 #{csvType} reports
|
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
|
span Download CSV
|
||||||
|
|
||||||
div.csv-regenerate-field
|
div.csv-regenerate-field
|
||||||
|
|
Loading…
Reference in New Issue