From ff11e4b323d6eb16c509dd268ca360b3ef7570db Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Fri, 12 Sep 2014 14:24:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=80=81=E5=B8=88=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E6=89=93=E5=8C=85=E4=B8=8B=E8=BD=BD=E6=89=80=E6=9C=89?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E5=BD=93=E4=BD=9C=E4=B8=9A=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E9=99=84=E4=BB=B6=E6=97=B6=E6=8A=A5=E9=94=99=E7=9A=84BUG=20?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=96=B9=E6=B3=95=EF=BC=9A=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/zipdown_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/zipdown_controller.rb b/app/controllers/zipdown_controller.rb index 8896da38c..cb4ab3c7a 100644 --- a/app/controllers/zipdown_controller.rb +++ b/app/controllers/zipdown_controller.rb @@ -86,7 +86,7 @@ class ZipdownController < ApplicationController end end if has_file == false - render file: 'public/no_file_fond.html.erb' , :layout => 'course_base' + render file: 'public/no_file_fond.html' , :layout => 'course_base' end zipping "#{Time.now.to_i}_#{bid.name}.zip", user_zip_paths, OUTPUT_FOLDER