فهرست منبع

invoke new component from headerBar

Joel Louzado 8 سال پیش
والد
کامیت
02e381f694
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 1
      client/components/main/header.js
  2. 1 0
      i18n/en.i18n.json

+ 1 - 1
client/components/main/header.js

@@ -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'),
 });
 });

+ 1 - 0
i18n/en.i18n.json

@@ -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",