From 555ca4da55cfe4f02393f21373837ddd534b9909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20David=20Mart=C3=ADnez=20Cubillos?= Date: Thu, 5 Dec 2024 09:05:16 -0500 Subject: [PATCH] DEV: Add plugin wrapper to avoid template override in plugins (#30004) * DEV: Add plugin wrapper to avoid template override in plugins * added plugin wrapper * linter issues * added suggested change Co-authored-by: Jarek Radosz * added suggested changes --------- Co-authored-by: Jarek Radosz --- .../app/components/user-profile-avatar.hbs | 28 +++++++++++++------ 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/app/assets/javascripts/discourse/app/components/user-profile-avatar.hbs b/app/assets/javascripts/discourse/app/components/user-profile-avatar.hbs index 7c88f0d1e01..5d86e1763fc 100644 --- a/app/assets/javascripts/discourse/app/components/user-profile-avatar.hbs +++ b/app/assets/javascripts/discourse/app/components/user-profile-avatar.hbs @@ -1,11 +1,21 @@ -