Skip to content

Commit

Permalink
Reconcile app/views/general/exception_caught.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
garethrees committed Jun 17, 2016
1 parent 4eb5ec7 commit 61a22e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/general/exception_caught.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ul>
<li><%= _("Check for mistakes if you typed or copied the address.")%></li>
<li><%= _("Search the site to find what you were looking for.")%>
<%= form_tag({:controller => "general", :action => "search_redirect"}, {:id => "search_form" }) do %>
<%= form_tag(search_redirect_path, {:method => "get", :id => "search_form"}) do %>
<%= text_field_tag 'query', params[:query], { :size => 30, :title => "type your search term here" } %>
<%= submit_tag _("Search") %>
<% end %>
Expand Down

0 comments on commit 61a22e5

Please sign in to comment.