diff --git a/app/views/stores/search.html.erb b/app/views/stores/search.html.erb index d107ab43a..23f6312cc 100644 --- a/app/views/stores/search.html.erb +++ b/app/views/stores/search.html.erb @@ -1,3 +1,18 @@ + <% content_for :top_field do%>
<%= form_tag( search_stores_path, method: 'post') do %> @@ -32,3 +47,36 @@ <% end %> + \ No newline at end of file