<%= form_tag( search_stores_path, method: 'post') do %>
- <%= text_field_tag 'name', params[:name], placeholder:'请输入要搜索的关键字', name: "name", :class => 'blueinputbar', :style => 'width:433px;'%>
-
+ <%= text_field_tag 'name', params[:name], placeholder:'请输入要搜索的关键字', name: "name", :class => 'blueinputbar', :style => 'width:450px;'%>
+
<%= submit_tag l(:label_search), :class => "enterprise"%>
-
全站文件搜索。不会搜索私有项目中的内容、学生已经提交的作业。
<% end %>
+
全站文件搜索。不会搜索私有项目中的内容、学生已经提交的作业。