diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-02-04 18:01:48 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-02-04 18:01:48 +0000 |
commit | 3720b98e1bdea5901817dd7a58df532bd5e75077 (patch) | |
tree | 1c145f3c99e01830eb40fd03cb48a0274884f7c9 /app | |
parent | 34edb3abe71ff7a9e9a0a431f150f54ef74cdfa5 (diff) | |
parent | a1b475acab5c1214cea7fc05ed3ab9be8c713cb1 (diff) | |
download | gitlab-ce-3720b98e1bdea5901817dd7a58df532bd5e75077.tar.gz |
Merge branch 'fuzzy-file-search-menu-shortcut-placement' into 'master'
Puts shortcut key in the right place.
Fixes #13192
![Screen_Shot_2016-02-04_at_11.51.15_AM](/uploads/a10dc24b4a836199351ba98fca266695/Screen_Shot_2016-02-04_at_11.51.15_AM.png)
See merge request !2710
Diffstat (limited to 'app')
-rw-r--r-- | app/views/help/_shortcuts.html.haml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/help/_shortcuts.html.haml b/app/views/help/_shortcuts.html.haml index 9ee6f07b26b..8e982718d23 100644 --- a/app/views/help/_shortcuts.html.haml +++ b/app/views/help/_shortcuts.html.haml @@ -40,10 +40,6 @@ %td.shortcut .key enter %td Open Selection - %tr - %td.shortcut - .key t - %td Go to finding file %tbody %tr %th @@ -161,6 +157,10 @@ .key s %td Go to snippets + %tr + %td.shortcut + .key t + %td Go to finding file .col-lg-4 %table.shortcut-mappings %tbody{ class: 'hidden-shortcut network', style: 'display:none' } |