|
@@ -30,7 +30,7 @@ Template.boardChangeTitlePopup.events({
|
|
|
|
|
|
BlazeComponent.extendComponent({
|
|
BlazeComponent.extendComponent({
|
|
template() {
|
|
template() {
|
|
- return 'headerBoard';
|
|
|
|
|
|
+ return 'boardHeaderBar';
|
|
},
|
|
},
|
|
|
|
|
|
isStarred() {
|
|
isStarred() {
|
|
@@ -74,7 +74,7 @@ BlazeComponent.extendComponent({
|
|
},
|
|
},
|
|
}];
|
|
}];
|
|
},
|
|
},
|
|
-}).register('headerBoard');
|
|
|
|
|
|
+}).register('boardHeaderBar');
|
|
|
|
|
|
BlazeComponent.extendComponent({
|
|
BlazeComponent.extendComponent({
|
|
template() {
|
|
template() {
|