From 2426e3510df5b879241c72d477cd1a5e9ee80085 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Thu, 20 Jan 2022 17:27:14 +0100 Subject: [PATCH] FIX: correctly access last poster username (#15661) Testing this is kinda complicated ATM (especially mobile template with hbr) , this is a component we should definitely aim to test very extensively when we move away from hbr templates. --- .../discourse/app/templates/mobile/list/topic-list-item.hbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/app/templates/mobile/list/topic-list-item.hbr b/app/assets/javascripts/discourse/app/templates/mobile/list/topic-list-item.hbr index 59d5a4b9609..785bb81223b 100644 --- a/app/assets/javascripts/discourse/app/templates/mobile/list/topic-list-item.hbr +++ b/app/assets/javascripts/discourse/app/templates/mobile/list/topic-list-item.hbr @@ -1,7 +1,7 @@ {{~raw-plugin-outlet name="topic-list-before-columns"}}
- {{avatar topic.lastPosterUser imageSize="large"}} + {{avatar topic.lastPosterUser imageSize="large"}}
{{!--