Merge branch 'feature/link-to-shortcuts' of https://github.com/AlexanderS/wekan into AlexanderS-feature/link-to-shortcuts

This commit is contained in:
Lauri Ojansivu 2017-02-10 09:18:17 +02:00
commit 01137b48e3
4 changed files with 37 additions and 10 deletions

View file

@ -94,6 +94,9 @@ BlazeComponent.extendComponent({
'click .js-hide-sidebar': this.hide,
'click .js-toggle-sidebar': this.toggle,
'click .js-back-home': this.setView,
'click .js-shortcuts'() {
FlowRouter.go('shortcuts');
},
}];
},
}).register('sidebar');