diff options
author | Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> | 2016-02-04 11:49:46 -0500 |
---|---|---|
committer | Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> | 2016-02-04 11:49:46 -0500 |
commit | a1b475acab5c1214cea7fc05ed3ab9be8c713cb1 (patch) | |
tree | 28cce42aa716bf1098604c9447562cca93247ae0 /app/views | |
parent | 1731f45e2b27058178619b09df1473a041e024dd (diff) | |
download | gitlab-ce-a1b475acab5c1214cea7fc05ed3ab9be8c713cb1.tar.gz |
Puts shortcut key in the right place.fuzzy-file-search-menu-shortcut-placement
Diffstat (limited to 'app/views')
-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' } |