@@ -6,25 +6,27 @@ <h1><span v-i18n="'Largest Cities in'"></span> {{ country }}, {{ region }}</h1>
66 < nav >
77 < a v-bind:href ="'#/' + i18n_Locale + '/' " v-i18n ="'Countries' "> </ a >
88 < a v-bind:href ="'#/' + i18n_Locale + '/regions/' + country " v-i18n ="'Regions' "> </ a >
9- < span class ="download " v-i18n ="'Download' "> </ span >
10- < img class ="download "
11- src ="img/Excel.svg "
12- height ="16 "
13- width ="16 "
14- alt ="Download to Excel "
15- title ="Download to Excel "
16- data-export-excel-selector ="table "
17- data-export-file-name ="[[Cities]].xlsx "
18- v-i18n-attr ="'alt, title, data-export-file-name' ">
19- < img class ="download "
20- src ="img/CSV.svg "
21- height ="16 "
22- width ="16 "
23- alt ="Download to CSV "
24- title ="Download to CSV "
25- data-export-csv-selector ="table "
26- data-export-file-name ="[[Cities]].csv "
27- v-i18n-attr ="'alt, title, data-export-file-name' ">
9+ < div class ="download-links ml-20 ">
10+ < span class ="download " v-i18n ="'Download' "> </ span >
11+ < img class ="download "
12+ src ="img/Excel.svg "
13+ height ="16 "
14+ width ="16 "
15+ alt ="Download to Excel "
16+ title ="Download to Excel "
17+ data-export-excel-selector ="table "
18+ data-export-file-name ="[[Cities]].xlsx "
19+ v-i18n-attr ="'alt, title, data-export-file-name' ">
20+ < img class ="download "
21+ src ="img/CSV.svg "
22+ height ="16 "
23+ width ="16 "
24+ alt ="Download to CSV "
25+ title ="Download to CSV "
26+ data-export-csv-selector ="table "
27+ data-export-file-name ="[[Cities]].csv "
28+ v-i18n-attr ="'alt, title, data-export-file-name' ">
29+ </ div >
2830 </ nav >
2931
3032 < input data-filter-selector ="table " placeholder ="Enter filter " v-i18n-attr ="'placeholder' ">
0 commit comments