mirror of
https://github.com/wekan/wekan.git
synced 2026-02-16 21:18:06 +01:00
Export Wekan now server-based with proper auth
This commit is contained in:
parent
efe7c21d57
commit
d08e1cc45b
6 changed files with 42 additions and 26 deletions
|
|
@ -56,7 +56,7 @@ template(name="boardMenuPopup")
|
|||
if currentUser.isBoardAdmin
|
||||
hr
|
||||
ul.pop-over-list
|
||||
li: a.js-export-board {{_ 'export-board'}}
|
||||
li: a(href="{{exportUrl}}", download="{{exportFilename}}") {{_ 'export-board'}}
|
||||
li: a.js-archive-board {{_ 'archive-board'}}
|
||||
|
||||
template(name="boardVisibilityList")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue