UI: Add link to keyboard shortcuts

This commit is contained in:
Alexander Sulfrian 2016-04-13 16:21:45 +02:00
parent 14e2b3c15f
commit c9e24ade24
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');