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

View File

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