From 002ddd60150effee0ea5e37632205dadaf7d3bda Mon Sep 17 00:00:00 2001 From: yanxd Date: Tue, 21 Jan 2014 16:41:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=9D=A1=E5=A4=96=E8=B2=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/stores/_search_bar.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/stores/_search_bar.html.erb b/app/views/stores/_search_bar.html.erb index 7db81e0f4..04b9ce266 100644 --- a/app/views/stores/_search_bar.html.erb +++ b/app/views/stores/_search_bar.html.erb @@ -1,8 +1,8 @@ -
+
<%= 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 %> +
全站文件搜索。不会搜索私有项目中的内容、学生已经提交的作业。
\ No newline at end of file