fix js syntax error
This commit is contained in:
parent
19e9c736e7
commit
872cf404eb
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
= mail_to Gitlab.config.gitlab.support_email, "support contact"
|
= mail_to Gitlab.config.gitlab.support_email, "support contact"
|
||||||
%li
|
%li
|
||||||
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
|
%li
|
||||||
Ask in our
|
Ask in our
|
||||||
|
|
Loading…
Reference in a new issue