Commit 6e550af150958d0c88bf21f206c2309dc0b5c78d
1 parent
0f84833c
Exists in
master
and in
4 other branches
Show shotcut dialog on ?
Showing
7 changed files
with
35 additions
and
1 deletions
Show diff stats
app/assets/javascripts/main.js.coffee
app/controllers/help_controller.rb
... | ... | @@ -0,0 +1,14 @@ |
1 | +#modal-shortcuts.modal.hide | |
2 | + .modal-header | |
3 | + %a.close{href: "#"} × | |
4 | + %h3 Keyboard Shortcuts | |
5 | + .modal-body | |
6 | + %h5 Global Shortcuts | |
7 | + %p | |
8 | + %span.label.label-inverse s | |
9 | + – | |
10 | + Focus Search | |
11 | + %p | |
12 | + %span.label.label-inverse ? | |
13 | + – | |
14 | + Show this dialog | ... | ... |
app/views/layouts/_head_panel.html.haml
config/routes.rb