From 3d145a588f1c7b40aad937fe6020964f642b900c Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 16 Nov 2017 12:44:00 -0500 Subject: [PATCH] fixing an inconsistency that was cuasing some theme issues (#5320) --- .../templates/components/edit-category-settings.hbs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/components/edit-category-settings.hbs b/app/assets/javascripts/discourse/templates/components/edit-category-settings.hbs index f209d17af2b..382b70361e8 100644 --- a/app/assets/javascripts/discourse/templates/components/edit-category-settings.hbs +++ b/app/assets/javascripts/discourse/templates/components/edit-category-settings.hbs @@ -47,15 +47,19 @@
+
+ {{combo-box valueAttribute="value" content=availableViews value=category.default_view}} +
+
+ {{combo-box valueAttribute="value" content=availableTopPeriods value=category.default_top_period}} +