add category style boxes with featured topics option

This commit is contained in:
Jeff Wong
2018-10-08 15:42:09 -07:00
parent 2f90c15d7a
commit e55f220b33
3 changed files with 3 additions and 0 deletions

View File

@ -311,6 +311,7 @@ class CategoriesController < ApplicationController
params[:include_topics] ||
(parent_category && parent_category.subcategory_list_includes_topics?) ||
style == "categories_with_featured_topics".freeze ||
style == "categories_boxes_with_topics".freeze ||
style == "categories_with_top_topics".freeze
end
end