We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f332a5 + da13a9f commit 7716215Copy full SHA for 7716215
app/views/search/_form.html.erb
@@ -1,7 +1,7 @@
1
<form id="search-form" action="<%= results_path %>" method="get" role="search">
2
<label for="basic-search-main">What can we help you find?</label>
3
<div class="form-wrapper">
4
- <input id="basic-search-main" type="search" class="field field-text basic-search-input" name="q" title="Keyword anywhere" placeholder="Search for anything" value="<%= params[:q] %>" required>
+ <input id="basic-search-main" type="search" class="field field-text basic-search-input" name="q" title="Keyword anywhere" value="<%= params[:q] %>" required>
5
<input id="tab-to-target" type="hidden" name="tab" value="<%= @active_tab %>">
6
<button type="submit" class="btn button-primary">Search</button>
7
</div>
0 commit comments