summaryrefslogtreecommitdiffstats
path: root/client/components/main/keyboardShortcuts.tpl.jade
blob: 5b5dae8b02371aa354a3a0188bd7bb7fe1fa4b78 (plain)
1
2
3
4
5
6
7
8
9
10
11
.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}}