diff options
author | George Andrinopoulos <geoandri@gmail.com> | 2017-03-26 23:16:55 +0300 |
---|---|---|
committer | George Andrinopoulos <geoandri@gmail.com> | 2017-04-11 20:30:28 +0300 |
commit | 0c3a0b6560912ad044a214dcfd74bca960a1fd24 (patch) | |
tree | 6f230b0bfbf971efc667f261af12d5e12fcb656c /app/views/help | |
parent | 069c54a7d7a1d1d6ec1dc48c4212139eff6735df (diff) | |
download | gitlab-ce-0c3a0b6560912ad044a214dcfd74bca960a1fd24.tar.gz |
Add keyboard edit shortcut for wiki
Diffstat (limited to 'app/views/help')
-rw-r--r-- | app/views/help/_shortcuts.html.haml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app/views/help/_shortcuts.html.haml b/app/views/help/_shortcuts.html.haml index 700c5e61a14..83d03a82a9b 100644 --- a/app/views/help/_shortcuts.html.haml +++ b/app/views/help/_shortcuts.html.haml @@ -105,6 +105,23 @@ %td.shortcut .key esc %td Go back + %tbody + %tr + %th + %th Project File + %tr + %td.shortcut + .key y + %td Go to file permalink + %tbody.hidden-shortcut.merge_requests{ style: 'display:none' } + %tr + %th + %th Wiki pages + %tr + %td.shortcut + .key e + %td Edit wiki page + %tr .col-lg-4 %table.shortcut-mappings %tbody |