diff options
author | Kushal Pandya <kushalspandya@gmail.com> | 2017-03-06 23:52:57 +0000 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2017-03-06 23:52:57 +0000 |
commit | 6a2516f97843c8fa693cbff4fb76bfbf7af1cf32 (patch) | |
tree | 22113e90b3cb1a20005d873c6d70a31b782747a5 /app/views/help | |
parent | 6902f9502b0df42fb071ca2fddc30fb21eb861e4 (diff) | |
download | gitlab-ce-6a2516f97843c8fa693cbff4fb76bfbf7af1cf32.tar.gz |
Restore keyboard shortcuts for "Activity" and "Charts"
Diffstat (limited to 'app/views/help')
-rw-r--r-- | app/views/help/_shortcuts.html.haml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/help/_shortcuts.html.haml b/app/views/help/_shortcuts.html.haml index 5d1369c2010..2684f16c373 100644 --- a/app/views/help/_shortcuts.html.haml +++ b/app/views/help/_shortcuts.html.haml @@ -131,6 +131,12 @@ %tr %td.shortcut .key g + .key e + %td + Go to the project's activity feed + %tr + %td.shortcut + .key g .key f %td Go to files @@ -155,6 +161,12 @@ %tr %td.shortcut .key g + .key g + %td + Go to repository charts + %tr + %td.shortcut + .key g .key i %td Go to issues |