socialforge/app/views/stores/_search_bar.html.erb

6 lines
312 B
Plaintext

<div style="margin: 10px 5%;">
<%= form_tag( search_stores_path, method: 'post') do %>
<%= text_field_tag 'name', params[:name], size:"100", placeholder:'请输入要搜索的关键字', :class => 'blueinputbar', :required => true %>
<%= submit_tag l(:label_search), :class => "enterprise"%>
<% end %>
</div>