app/views/cm_admin/main/import_form.html.slim in cm-admin-1.0.7 vs app/views/cm_admin/main/import_form.html.slim in cm-admin-1.0.8
- old
+ new
@@ -26,10 +26,10 @@
.steps-wrapper
h6.steps-title Follow these steps to import your data
ul.steps-list
li
| Download this
- a href="#" template file
+ a href="#{@model.importer.sample_file_path}" template file
li Add your data on the file without changing the format
- li Save the file as a csv, xls or xlsx
+ li Save the file as a csv
li Upload the file in the field above
= f.button :submit, class: "cta-btn import-btn", value: 'Import data'