keyboardShortcuts.jade 473 B

12345678910111213141516171819
  1. template(name="shortcutsHeaderBar")
  2. h1
  3. a.back-btn(href="{{pathFor 'home'}}")
  4. i.fa.fa-chevron-left
  5. | {{_ 'keyboard-shortcuts'}}
  6. template(name="shortcutsModalTitle")
  7. h2
  8. i.fa.fa-keyboard-o
  9. | {{_ 'keyboard-shortcuts'}}
  10. template(name="keyboardShortcuts")
  11. .wrapper.shortcuts-list
  12. each mapping
  13. .shortcuts-list-item
  14. .shortcuts-list-item-keys
  15. each keys
  16. kbd= this
  17. .shortcuts-list-item-action {{_ action}}