From 8af59f6f39f2a34dd94e1cc9f315f7efff0f93bc Mon Sep 17 00:00:00 2001 From: yutao <283765470@qq.com> Date: Thu, 21 May 2015 17:24:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug#2621:=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?=E5=AE=9E=E8=B7=B5=E5=B9=B3=E5=8F=B0=E2=80=94=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E2=80=94=E5=8F=91=E5=B8=83=E4=BD=9C=E4=B8=9A?= =?UTF-8?q?=EF=BC=9A=E7=BC=96=E8=BE=91=E5=99=A8=E7=9A=84=E6=A1=86=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E5=8F=AF=E4=BB=A5=E4=BB=BB=E6=84=8F=E4=BC=B8=E7=BC=A9?= =?UTF-8?q?=EF=BC=8C=E5=9C=A8=E4=BC=B8=E7=BC=A9=E5=90=8E=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E8=BF=98=E5=8E=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/bids/_new_homework_form.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/bids/_new_homework_form.html.erb b/app/views/bids/_new_homework_form.html.erb index 7a5f628f9..5958fccff 100644 --- a/app/views/bids/_new_homework_form.html.erb +++ b/app/views/bids/_new_homework_form.html.erb @@ -15,10 +15,10 @@ <% if edit_mode %> - <%= f.kindeditor :description,:width=>'91%',:editor_id => 'bid_description_editor',:owner_id => bid.id,:owner_type =>OwnerTypeHelper::BID %> + <%= f.kindeditor :description,:width=>'91%',:editor_id => 'bid_description_editor',:owner_id => bid.id,:owner_type =>OwnerTypeHelper::BID,:resizeType => 0 %> <% else %> <%= hidden_field_tag :asset_id,params[:asset_id],:required => false,:style => 'display:none' %> - <%= f.kindeditor :description,:width=>'91%',:editor_id => 'bid_description_editor' %> + <%= f.kindeditor :description,:width=>'91%',:editor_id => 'bid_description_editor',:resizeType => 0 %> <% end %>