From af734059584dfc2f35db38be9b5752bed37692ce Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 15 Feb 2022 20:01:23 -0500 Subject: [PATCH] UX: control whitespace on categories topic list (#15965) --- .../app/templates/components/latest-topic-list-item.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/discourse/app/templates/components/latest-topic-list-item.hbs b/app/assets/javascripts/discourse/app/templates/components/latest-topic-list-item.hbs index d428ebca415..23d6c6cb773 100644 --- a/app/assets/javascripts/discourse/app/templates/components/latest-topic-list-item.hbs +++ b/app/assets/javascripts/discourse/app/templates/components/latest-topic-list-item.hbs @@ -9,10 +9,10 @@
{{raw "topic-status" topic=topic}} {{topic-link topic}} - {{#if topic.featured_link}} + {{~#if topic.featured_link}} {{topic-featured-link topic}} {{/if}} - {{topic-post-badges unreadPosts=topic.unread_posts unseen=topic.unseen url=topic.lastUnreadUrl}} + {{~topic-post-badges unreadPosts=topic.unread_posts unseen=topic.unseen url=topic.lastUnreadUrl}}
{{category-link topic.category}}{{discourse-tags topic mode="list"}}{{! intentionally inline to avoid whitespace}}