Add importing spreadsheet ability
This commit is contained in:
@@ -29,7 +29,15 @@ block content
|
||||
each val, key in query
|
||||
if key != "sheets"
|
||||
input(type="hidden", name=key, value=val)
|
||||
button.btn.black(type="submit") export to spreadsheets
|
||||
button.btn.black(type="submit")
|
||||
i.material-icons.left file_download
|
||||
span export to spreadsheets
|
||||
.row
|
||||
.col.s12
|
||||
a.btn.black(href=`/projects/${project.id}/import`)
|
||||
i.material-icons.left file_upload
|
||||
span import spreadsheets
|
||||
|
||||
.divider
|
||||
|
||||
table.highlight
|
||||
|
||||
Reference in New Issue
Block a user