mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 08:38:49 +01:00
Merge remote-tracking branch 'upstream/devel' into devel
This commit is contained in:
commit
e304185c23
42 changed files with 542 additions and 316 deletions
|
|
@ -50,7 +50,7 @@ Template.boardChangeTitlePopup.events({
|
|||
|
||||
BlazeComponent.extendComponent({
|
||||
template() {
|
||||
return 'headerBoard';
|
||||
return 'boardHeaderBar';
|
||||
},
|
||||
|
||||
isStarred() {
|
||||
|
|
@ -94,7 +94,7 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
}];
|
||||
},
|
||||
}).register('headerBoard');
|
||||
}).register('boardHeaderBar');
|
||||
|
||||
BlazeComponent.extendComponent({
|
||||
template() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue