summaryrefslogtreecommitdiffstats
path: root/client/components/main/keyboardShortcuts.tpl.jade
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/main/keyboardShortcuts.tpl.jade')
-rw-r--r--client/components/main/keyboardShortcuts.tpl.jade11
1 files changed, 0 insertions, 11 deletions
diff --git a/client/components/main/keyboardShortcuts.tpl.jade b/client/components/main/keyboardShortcuts.tpl.jade
deleted file mode 100644
index 5b5dae8b..00000000
--- a/client/components/main/keyboardShortcuts.tpl.jade
+++ /dev/null
@@ -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}}