diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-04-11 18:30:19 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-04-18 15:17:26 -0400 |
commit | 4603bf500ae58ef4af9061ce20b7b33d03dcc783 (patch) | |
tree | 3f2e24dde2adba11992331ee239875a395b13ea9 /app/views/help | |
parent | ded7053fbf23dfba167f1d69102be482749a901e (diff) | |
download | gitlab-ce-4603bf500ae58ef4af9061ce20b7b33d03dcc783.tar.gz |
Add 'reply' hotkey to help modal
Diffstat (limited to 'app/views/help')
-rw-r--r-- | app/views/help/_shortcuts.html.haml | 8 |
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 |