Extend shortcuts list modal. Mention it at help page
This commit is contained in:
parent
f63cd42bab
commit
b8c3f9a628
2 changed files with 20 additions and 0 deletions
|
@ -12,3 +12,19 @@
|
||||||
%span.label.label-inverse ?
|
%span.label.label-inverse ?
|
||||||
–
|
–
|
||||||
Show this dialog
|
Show this dialog
|
||||||
|
|
||||||
|
%h5 Project Files browsing
|
||||||
|
%p
|
||||||
|
%span.label.label-inverse
|
||||||
|
%i.icon-arrow-up
|
||||||
|
–
|
||||||
|
Move selection up
|
||||||
|
%p
|
||||||
|
%span.label.label-inverse
|
||||||
|
%i.icon-arrow-down
|
||||||
|
–
|
||||||
|
Move selection down
|
||||||
|
%p
|
||||||
|
%span.label.label-inverse Enter
|
||||||
|
–
|
||||||
|
Open selection
|
||||||
|
|
|
@ -24,6 +24,9 @@
|
||||||
Use the
|
Use the
|
||||||
= link_to "search bar", '#', onclick: "$('#search').focus();"
|
= link_to "search bar", '#', onclick: "$('#search').focus();"
|
||||||
on the top of this page
|
on the top of this page
|
||||||
|
%li
|
||||||
|
Use
|
||||||
|
= link_to "shortcuts", '#', onclick: "new Shortcuts()"
|
||||||
%li
|
%li
|
||||||
Ask in our
|
Ask in our
|
||||||
= link_to "mailing list", "https://groups.google.com/forum/#!forum/gitlabhq"
|
= link_to "mailing list", "https://groups.google.com/forum/#!forum/gitlabhq"
|
||||||
|
@ -32,6 +35,7 @@
|
||||||
%li
|
%li
|
||||||
Browse our
|
Browse our
|
||||||
= link_to "issue tracker", "https://github.com/gitlabhq/gitlabhq/issues"
|
= link_to "issue tracker", "https://github.com/gitlabhq/gitlabhq/issues"
|
||||||
|
|
||||||
.span4
|
.span4
|
||||||
.ui-box
|
.ui-box
|
||||||
.title
|
.title
|
||||||
|
|
Loading…
Reference in a new issue