Show more than one topic per category on the wide categories page. Disable support for the 2-column categories page. The category_featured_topics site setting controls how many topics to show.

This commit is contained in:
Neil Lalonde
2013-12-11 15:23:41 -05:00
parent 50c4e3707b
commit 6fa2e68742
10 changed files with 67 additions and 29 deletions

View File

@ -22,7 +22,7 @@ test("Categories List", function() {
expect(1);
visit("/categories").then(function() {
ok(exists('.category-list-item'), "has a list of categories");
ok(exists('.category'), "has a list of categories");
});
});