mirror of https://github.com/wekan/wekan
This commit also provide a way to escape the Shorcuts page on Sandstorm.reviewable/pr438/r1
parent
3b2eb0ffa1
commit
71b9a42f00
@ -0,0 +1,19 @@ |
||||
template(name="shortcutsHeaderBar") |
||||
h1 |
||||
a.back-btn(href="{{pathFor 'home'}}") |
||||
i.fa.fa-chevron-left |
||||
| {{_ 'keyboard-shortcuts'}} |
||||
|
||||
template(name="shortcutsModalTitle") |
||||
h2 |
||||
i.fa.fa-keyboard-o |
||||
| {{_ 'keyboard-shortcuts'}} |
||||
|
||||
template(name="keyboardShortcuts") |
||||
.wrapper.shortcuts-list |
||||
each mapping |
||||
.shortcuts-list-item |
||||
.shortcuts-list-item-keys |
||||
each keys |
||||
kbd= this |
||||
.shortcuts-list-item-action {{_ action}} |
@ -1,11 +0,0 @@ |
||||
.wrapper.shortcuts-list |
||||
h2 |
||||
i.fa.fa-keyboard-o |
||||
| {{_ 'keyboard-shortcuts'}} |
||||
|
||||
each mapping |
||||
.shortcuts-list-item |
||||
.shortcuts-list-item-keys |
||||
each keys |
||||
kbd= this |
||||
.shortcuts-list-item-action {{_ action}} |
Loading…
Reference in new issue