Commit ef9298febbe5d84b641fcef4e4c9f8997e17a15a
Exists in
master
and in
4 other branches
Merge branch 'feature/shortcuts' of /home/git/repositories/gitlab/gitlabhq into 6-0-dev
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