mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
UX: Use the same formatting for both user and group card bios
This commit is contained in:
parent
b9891e3def
commit
32102ddff3
@ -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}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user