Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-30 23:10:52 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-30 23:10:52 +0400
commit6e550af150958d0c88bf21f206c2309dc0b5c78d (patch)
tree7adc91913bde98879e27dde8633863cf7c6ea036 /app/views/help/_shortcuts.html.haml
parent0f84833c33174e4c8cd72690e93bba5444d9e25f (diff)
Show shotcut dialog on ?
Diffstat (limited to 'app/views/help/_shortcuts.html.haml')
-rw-r--r--app/views/help/_shortcuts.html.haml14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/views/help/_shortcuts.html.haml b/app/views/help/_shortcuts.html.haml
new file mode 100644
index 00000000000..7cbe5fc45ff
--- /dev/null
+++ b/app/views/help/_shortcuts.html.haml
@@ -0,0 +1,14 @@
+#modal-shortcuts.modal.hide
+ .modal-header
+ %a.close{href: "#"} ×
+ %h3 Keyboard Shortcuts
+ .modal-body
+ %h5 Global Shortcuts
+ %p
+ %span.label.label-inverse s
+ &ndash;
+ Focus Search
+ %p
+ %span.label.label-inverse ?
+ &ndash;
+ Show this dialog