From 52cf27b0a6b44adf03f5cb5c9836144845dc4292 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 12 Dec 2013 15:51:21 -0500 Subject: [PATCH] FIX: layout problems on categories page --- .../list/wide_categories.js.handlebars | 35 +++++++++++-------- .../stylesheets/desktop/topic-list.scss | 16 ++++----- 2 files changed, 28 insertions(+), 23 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/list/wide_categories.js.handlebars b/app/assets/javascripts/discourse/templates/list/wide_categories.js.handlebars index 89e68590a19..60146cc8213 100644 --- a/app/assets/javascripts/discourse/templates/list/wide_categories.js.handlebars +++ b/app/assets/javascripts/discourse/templates/list/wide_categories.js.handlebars @@ -15,22 +15,27 @@ {{#each model.categories}} - + - {{#if controller.ordering}} - - {{/if}} - {{categoryLink this allowUncategorized=true}} - {{#if unreadTopics}} - {{unbound unreadTopics}} - {{/if}} - {{#if newTopics}} - {{unbound newTopics}} - {{/if}} -