From 3ab7469fcb6026caebf68bd7c2f478e463fbd072 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 15 Feb 2023 10:17:58 +0000 Subject: [PATCH] DEV: Remove identical mobile template and colocate The mobile and desktop templates are identical, so there is no need to separate them --- .../components/categories-with-featured-topics.hbs | 0 .../mobile/components/categories-with-featured-topics.hbs | 1 - 2 files changed, 1 deletion(-) rename app/assets/javascripts/discourse/app/{templates => }/components/categories-with-featured-topics.hbs (100%) delete mode 100644 app/assets/javascripts/discourse/app/templates/mobile/components/categories-with-featured-topics.hbs diff --git a/app/assets/javascripts/discourse/app/templates/components/categories-with-featured-topics.hbs b/app/assets/javascripts/discourse/app/components/categories-with-featured-topics.hbs similarity index 100% rename from app/assets/javascripts/discourse/app/templates/components/categories-with-featured-topics.hbs rename to app/assets/javascripts/discourse/app/components/categories-with-featured-topics.hbs diff --git a/app/assets/javascripts/discourse/app/templates/mobile/components/categories-with-featured-topics.hbs b/app/assets/javascripts/discourse/app/templates/mobile/components/categories-with-featured-topics.hbs deleted file mode 100644 index 30855c0a4a..0000000000 --- a/app/assets/javascripts/discourse/app/templates/mobile/components/categories-with-featured-topics.hbs +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file