From da571b6ac5a57164e646caa40ebb6ecfb0b7b7f0 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 16 Oct 2024 16:30:19 -0400 Subject: [PATCH] DEV: add before and after mobile categories outlet (#29238) --- .../templates/mobile/components/categories-only.hbs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/app/assets/javascripts/discourse/app/templates/mobile/components/categories-only.hbs b/app/assets/javascripts/discourse/app/templates/mobile/components/categories-only.hbs index 4766c96fc08..0b820b7a736 100644 --- a/app/assets/javascripts/discourse/app/templates/mobile/components/categories-only.hbs +++ b/app/assets/javascripts/discourse/app/templates/mobile/components/categories-only.hbs @@ -1,9 +1,14 @@ {{#if this.categories}} {{#if this.filteredCategories}}
- {{#each this.filteredCategories as |c|}} - - {{/each}} + + {{#each this.filteredCategories as |c|}} + + {{/each}} +
{{/if}}