Restore the popup to add a member to the board

This commit is contained in:
Maxime Quandalle 2015-06-06 14:48:36 +02:00
parent 49167ccaa9
commit 12919cbfc6
7 changed files with 164 additions and 193 deletions

View file

@ -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'}}