From 18fb34bf2e6c0eecf2f6d27c20870f4f468f92b2 Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 13 Aug 2020 17:01:22 -0400 Subject: [PATCH] formatting follow-up to 32102dd --- .../app/templates/components/group-card-contents.hbs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/app/templates/components/group-card-contents.hbs b/app/assets/javascripts/discourse/app/templates/components/group-card-contents.hbs index cccc5b73922..8638d6d7e4a 100644 --- a/app/assets/javascripts/discourse/app/templates/components/group-card-contents.hbs +++ b/app/assets/javascripts/discourse/app/templates/components/group-card-contents.hbs @@ -44,7 +44,11 @@ {{#if this.group.bio_excerpt}} -
{{html-safe this.group.bio_excerpt}}
+
+
+ {{html-safe this.group.bio_excerpt}} +
+
{{/if}} {{#if group.members}}