Ability to export sheets from tracker
This commit is contained in:
@@ -22,6 +22,14 @@ block content
|
||||
.col.s12
|
||||
a.btn.black(href=`/projects/${project.id}/tracker/trail`) audit trail
|
||||
|
||||
.row
|
||||
.col.s12
|
||||
form(action=urlEndpoint, method="get")
|
||||
input(type="hidden", name="sheets", value="true")
|
||||
each val, key in query
|
||||
if key != "sheets"
|
||||
input(type="hidden", name=key, value=val)
|
||||
button.btn.black(type="submit") export to spreadsheets
|
||||
.divider
|
||||
|
||||
table.highlight
|
||||
|
||||
Reference in New Issue
Block a user