diff options
author | Sean McGivern <sean@gitlab.com> | 2017-03-17 10:58:19 +0000 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2017-03-17 14:58:35 +0000 |
commit | c77fc4cee3d7a9f167cc5ca87fb5c8e22aed95f3 (patch) | |
tree | 106efb16d311cb1fd6ca21850fd5c14b27ee00d3 /app/views/help | |
parent | 4413d97b2a51e25d7d0d6f30e5170f67b4612166 (diff) | |
download | gitlab-ce-c77fc4cee3d7a9f167cc5ca87fb5c8e22aed95f3.tar.gz |
Add global `g t` shortcut to go to todos
Diffstat (limited to 'app/views/help')
-rw-r--r-- | app/views/help/_shortcuts.html.haml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/help/_shortcuts.html.haml b/app/views/help/_shortcuts.html.haml index 2684f16c373..8e6da3fad90 100644 --- a/app/views/help/_shortcuts.html.haml +++ b/app/views/help/_shortcuts.html.haml @@ -118,6 +118,12 @@ .key m %td Go to merge requests + %tr + %td.shortcut + .key g + .key t + %td + Go to todos %tbody %tr %th |