Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-06-09 19:56:15 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2016-07-11 18:11:18 +0300
commit359ec42754d74206140e8e0c4bb0129e15f824d7 (patch)
treee5459daf8eb1a4b1561482bc1774ac99ddc6b30b /app/views/help
parentdf49492fc011bd74ebaa4cb82bd85252127859a0 (diff)
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