mirror of
https://github.com/wekan/wekan.git
synced 2025-12-28 21:28:49 +01:00
UI: Add link to keyboard shortcuts
This commit is contained in:
parent
14e2b3c15f
commit
c9e24ade24
4 changed files with 37 additions and 10 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue