|
|
@ -86,7 +86,7 @@ class ZipdownController < ApplicationController
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
if has_file == false
|
|
|
|
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
|
|
|
|
end
|
|
|
|
zipping "#{Time.now.to_i}_#{bid.name}.zip", user_zip_paths, OUTPUT_FOLDER
|
|
|
|
zipping "#{Time.now.to_i}_#{bid.name}.zip", user_zip_paths, OUTPUT_FOLDER
|
|
|
|
|
|
|
|
|
|
|
|