mirror of
https://github.com/wekan/wekan.git
synced 2026-03-13 08:56:13 +01:00
Add export and import in board menu in Sandstorm
This commit is contained in:
parent
4fdcc144d5
commit
567aa89bd2
1 changed files with 5 additions and 0 deletions
|
|
@ -113,6 +113,11 @@ template(name="boardMenuPopup")
|
||||||
li: a(href="{{exportUrl}}", download="{{exportFilename}}") {{_ 'export-board'}}
|
li: a(href="{{exportUrl}}", download="{{exportFilename}}") {{_ 'export-board'}}
|
||||||
li: a.js-archive-board {{_ 'archive-board'}}
|
li: a.js-archive-board {{_ 'archive-board'}}
|
||||||
li: a.js-outgoing-webhooks {{_ 'outgoing-webhooks'}}
|
li: a.js-outgoing-webhooks {{_ 'outgoing-webhooks'}}
|
||||||
|
if isSandstorm
|
||||||
|
hr
|
||||||
|
ul.pop-over-list
|
||||||
|
li: a(href="{{exportUrl}}", download="{{exportFilename}}") {{_ 'export-board'}}
|
||||||
|
li: a.js-import-board {{_ 'import-board-c'}}
|
||||||
|
|
||||||
template(name="boardVisibilityList")
|
template(name="boardVisibilityList")
|
||||||
ul.pop-over-list
|
ul.pop-over-list
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue