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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2023-02-01 02:00:59 +0300
committerDavid O'Regan <doregan@gitlab.com>2023-02-01 02:00:59 +0300
commite67b7d42efefac4bbb566299287e62813a517e4d (patch)
tree237da105ddd901760fca55f306e846e23880fc91 /content/index.erb
parentafefd480f4d05b48c9a890911d75a2965678ade8 (diff)
Add Google search forms
Diffstat (limited to 'content/index.erb')
-rw-r--r--content/index.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/index.erb b/content/index.erb
index c9b73e11..4bd8ee99 100644
--- a/content/index.erb
+++ b/content/index.erb
@@ -20,7 +20,7 @@ title: GitLab Documentation
<% if @config[:search_backend] == "algolia" %>
<div id="docsearch" class="gl-mb-4 gl-display-flex gl-justify-content-center"></div>
<% else %>
- <div class="js-lunr-form"></div>
+ <div class="js-search-form"></div>
<% end %>
<% end %>
<% end %>