diff options
author | Kushal Pandya <kushalspandya@gmail.com> | 2019-08-05 09:05:03 +0000 |
---|---|---|
committer | Kushal Pandya <kushalspandya@gmail.com> | 2019-08-05 09:05:03 +0000 |
commit | fccbe0f97a76ba85daf745b4dd98375a5cd8f03f (patch) | |
tree | a1eb7d0df61d6d81fca68bb57110a7a9d36de7d6 /app | |
parent | 31d13a41d31871e14a2759e59ebc4646d55988a0 (diff) | |
parent | 27560cb74bad1351fa6b6a298d0c8fed338665b5 (diff) | |
download | gitlab-ce-fccbe0f97a76ba85daf745b4dd98375a5cd8f03f.tar.gz |
Merge branch 'keyboard-shortcuts' into 'master'
Fix display of performance bar shortcut help text
See merge request gitlab-org/gitlab-ce!31403
Diffstat (limited to 'app')
-rw-r--r-- | app/views/help/_shortcuts.html.haml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/help/_shortcuts.html.haml b/app/views/help/_shortcuts.html.haml index efb3815b257..46d7c367aa7 100644 --- a/app/views/help/_shortcuts.html.haml +++ b/app/views/help/_shortcuts.html.haml @@ -24,11 +24,11 @@ %td.shortcut %kbd f %td Focus Filter - - if performance_bar_enabled? - %tr - %td.shortcut - %kbd p b - %td Show/hide the Performance Bar + %tr + %td.shortcut + %kbd p + %kbd b + %td Toggle the Performance Bar %tr %td.shortcut %kbd ? |