Merge pull request #380 from taigaio/bug/2389/csv-urls
Bug#2389 Not show csv download icon if the url doesn't existsstable
commit
195c0e4778
|
@ -2,7 +2,7 @@ section.project-csv(ng-controller='#{controller} as ctrl', tg-select-input-text
|
||||||
div.project-values-title
|
div.project-values-title
|
||||||
h2 Export #{csvType} Data
|
h2 Export #{csvType} Data
|
||||||
span (.csv format)
|
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
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue