UX: Use the same formatting for both user and group card bios

This commit is contained in:
Kris 2020-08-13 16:55:30 -04:00
parent b9891e3def
commit 32102ddff3
1 changed files with 2 additions and 4 deletions

View File

@ -43,10 +43,8 @@
</ul>
</div>
{{#if group.bio_cooked}}
<div class="card-row second-row">
<div class="bio">{{html-safe group.bio_cooked}}</div>
</div>
{{#if this.group.bio_excerpt}}
<div class="bio">{{html-safe this.group.bio_excerpt}}</div>
{{/if}}
{{#if group.members}}