summaryrefslogtreecommitdiff
path: root/app/views/help
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-04-11 18:30:19 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-04-18 15:17:26 -0400
commit4603bf500ae58ef4af9061ce20b7b33d03dcc783 (patch)
tree3f2e24dde2adba11992331ee239875a395b13ea9 /app/views/help
parentded7053fbf23dfba167f1d69102be482749a901e (diff)
downloadgitlab-ce-4603bf500ae58ef4af9061ce20b7b33d03dcc783.tar.gz
Add 'reply' hotkey to help modal
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/_shortcuts.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/help/_shortcuts.html.haml b/app/views/help/_shortcuts.html.haml
index fdeab909b76..ae072bacfb1 100644
--- a/app/views/help/_shortcuts.html.haml
+++ b/app/views/help/_shortcuts.html.haml
@@ -187,6 +187,10 @@
%td.shortcut
.key m
%td Change milestone
+ %tr
+ %td.shortcut
+ .key r
+ %td Reply (quoting selected text)
%tbody{ class: 'hidden-shortcut merge_requests', style: 'display:none' }
%tr
%th
@@ -199,6 +203,10 @@
%td.shortcut
.key m
%td Change milestone
+ %tr
+ %td.shortcut
+ .key r
+ %td Reply (quoting selected text)
:javascript