|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
<% content_for :top_field do%>
|
|
|
|
|
<div style="margin: 10px 5%;">
|
|
|
|
|
<%= form_tag( search_stores_path, method: 'get') do %>
|
|
|
|
|
<%= form_tag( search_stores_path, method: 'post') do %>
|
|
|
|
|
<%= text_field_tag 'name', nil, size:"100", placeholder:'请输入要搜索的关键字', :value => params[:name] , :class => 'blueinputbar'%>
|
|
|
|
|
<%= submit_tag l(:label_search), :class => "enterprise"%>
|
|
|
|
|
<% end %>
|
|
|
|
|