From e3c3c88ab5727d6eee1402d68b27c724069ec0ba Mon Sep 17 00:00:00 2001 From: Jordan Vidrine Date: Fri, 7 Feb 2020 10:54:45 -0600 Subject: [PATCH] REFACOR: Closing Tag Changes - a,td, and if closing tag locations for ShowLikes / ShowOpLikes --- .../templates/list/topic-list-item.raw.hbs | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/list/topic-list-item.raw.hbs b/app/assets/javascripts/discourse/templates/list/topic-list-item.raw.hbs index f9b0948aa06..ab05872ece0 100644 --- a/app/assets/javascripts/discourse/templates/list/topic-list-item.raw.hbs +++ b/app/assets/javascripts/discourse/templates/list/topic-list-item.raw.hbs @@ -51,18 +51,20 @@ {{#if hasLikes}} - {{number topic.like_count}} {{d-icon "heart"}} - -{{/if}} + {{number topic.like_count}} {{d-icon "heart"}} + + {{/if}} + {{/if}} {{#if showOpLikes}} {{#if hasOpLikes}} - {{number topic.op_like_count}} {{d-icon "heart"}} - -{{/if}} + {{number topic.op_like_count}} {{d-icon "heart"}} + + {{/if}} + {{/if}} {{number topic.views numberKey="views_long"}}