mirror of
https://github.com/wekan/wekan.git
synced 2025-12-22 18:30:13 +01:00
invoke new component from headerBar
This commit is contained in:
parent
ac07646749
commit
02e381f694
2 changed files with 2 additions and 1 deletions
|
|
@ -13,5 +13,5 @@ Template.header.helpers({
|
||||||
});
|
});
|
||||||
|
|
||||||
Template.header.events({
|
Template.header.events({
|
||||||
'click .js-create-board': Popup.open('createBoard'),
|
'click .js-create-board': Popup.open('headerBarCreateBoard'),
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -196,6 +196,7 @@
|
||||||
"fullname": "Full Name",
|
"fullname": "Full Name",
|
||||||
"header-logo-title": "Go back to your boards page.",
|
"header-logo-title": "Go back to your boards page.",
|
||||||
"hide-system-messages": "Hide system messages",
|
"hide-system-messages": "Hide system messages",
|
||||||
|
"headerBarCreateBoardPopup-title": "Create Board",
|
||||||
"home": "Home",
|
"home": "Home",
|
||||||
"import": "Import",
|
"import": "Import",
|
||||||
"import-board": "import from Trello",
|
"import-board": "import from Trello",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue