From 6595374e494800b9b048d26226866c0956413536 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 14 Feb 2023 11:02:27 +0000 Subject: [PATCH] DEV: Correct location of color-input template (#20278) The JS component definition is in the admin bundle, but the template was in the main bundle. This was identified while attempting to colocate component templates in the discourse/app directory --- .../app/templates => admin/addon}/components/color-input.hbs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/assets/javascripts/{discourse/app/templates => admin/addon}/components/color-input.hbs (100%) diff --git a/app/assets/javascripts/discourse/app/templates/components/color-input.hbs b/app/assets/javascripts/admin/addon/components/color-input.hbs similarity index 100% rename from app/assets/javascripts/discourse/app/templates/components/color-input.hbs rename to app/assets/javascripts/admin/addon/components/color-input.hbs