mirror of
https://github.com/wekan/wekan.git
synced 2026-02-15 20:48:08 +01:00
Restore the popup to add a member to the board
This commit is contained in:
parent
49167ccaa9
commit
12919cbfc6
7 changed files with 164 additions and 193 deletions
|
|
@ -120,3 +120,7 @@ template(name="boardChangeTitlePopup")
|
|||
| {{_ 'title'}}
|
||||
input.js-board-name(type="text" value="{{title}}" autofocus)
|
||||
input.primary.wide(type="submit" value="{{_ 'rename'}}")
|
||||
|
||||
template(name="closeBoardPopup")
|
||||
p {{_ 'close-board-pop'}}
|
||||
button.js-confirm.negate.full(type="submit") {{_ 'close'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue