summaryrefslogtreecommitdiff
path: root/app/views/help
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-06-09 17:56:15 +0100
committerLuke "Jared" Bennett <lbennett@gitlab.com>2016-07-11 16:11:18 +0100
commit359ec42754d74206140e8e0c4bb0129e15f824d7 (patch)
treee5459daf8eb1a4b1561482bc1774ac99ddc6b30b /app/views/help
parentdf49492fc011bd74ebaa4cb82bd85252127859a0 (diff)
downloadgitlab-ce-359ec42754d74206140e8e0c4bb0129e15f824d7.tar.gz
Added shortcut to focus all search tags apart from the top nav search
Updated CHANGELOG Added docs for filter shortcut Moved CHANGELOG entry Added phils fixes Fixed search form submitting with empty input Added review fixes Readability and selector perf fix
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/_shortcuts.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/help/_shortcuts.html.haml b/app/views/help/_shortcuts.html.haml
index 8cc0b59edeb..ce4536ebdc6 100644
--- a/app/views/help/_shortcuts.html.haml
+++ b/app/views/help/_shortcuts.html.haml
@@ -20,6 +20,10 @@
%td Focus Search
%tr
%td.shortcut
+ .key f
+ %td Focus Filter
+ %tr
+ %td.shortcut
.key ?
%td Show/hide this dialog
%tr