From e35990d364737bcf73bfc302b3dc08fc2ff790d8 Mon Sep 17 00:00:00 2001 From: chiu Date: Fri, 20 Sep 2019 14:08:56 +0800 Subject: [PATCH] Update archives_controller.rb --- app/controllers/archives_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/archives_controller.rb b/app/controllers/archives_controller.rb index 7c9f613..c887485 100644 --- a/app/controllers/archives_controller.rb +++ b/app/controllers/archives_controller.rb @@ -260,6 +260,7 @@ F cats = files_by_cateogry.keys.collect do |cat| @categories = [] if categories.first == "all" categories = OrbitHelper.widget_module_app.categories + puts categories categories_sort = get_sorted_cat_with_filter(categories,'orm') @categories = categories_sort.collect do |cat| {