mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Import board: added UI
This commit is contained in:
parent
15ebfa63c6
commit
468694a84c
9 changed files with 119 additions and 55 deletions
|
|
@ -31,15 +31,6 @@ template(name="listActionPopup")
|
|||
template(name="listMoveCardsPopup")
|
||||
+boardLists
|
||||
|
||||
template(name="listImportCardPopup")
|
||||
if error.get
|
||||
.warning {{_ error.get}}
|
||||
form
|
||||
label
|
||||
| {{_ 'card-json'}}
|
||||
textarea.js-card-json(placeholder="{{_ 'card-json-placeholder'}}" autofocus)
|
||||
input.primary.wide(type="submit" value="{{_ 'import'}}")
|
||||
|
||||
template(name="boardLists")
|
||||
ul.pop-over-list
|
||||
each currentBoard.lists
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue