Skip to content

Commit

Permalink
Merge pull request #1684 from alphagov/revert-1683-searchbox
Browse files Browse the repository at this point in the history
Revert "Point search box at the all content finder"
  • Loading branch information
sihugh authored Apr 10, 2019
2 parents 1b5def0 + 79b4054 commit ac1a36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/root/_base.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<% content_for :inside_header do %>
<a href="#search" class="search-toggle js-header-toggle">Search</a>

<form id="search" class="site-search" action="/search/all" method="get" role="search">
<form id="search" class="site-search" action="/search" method="get" role="search">
<div class="content">
<label for="site-search-text">Search</label>
<input type="search" name="keywords" id="site-search-text" title="Search" class="js-search-focus">
<input type="search" name="q" id="site-search-text" title="Search" class="js-search-focus">
<input class="submit" type="submit" value="Search" />
</div>
</form>
Expand Down

0 comments on commit ac1a36e

Please sign in to comment.