show multiple badges on profile page as well
main
Barış Soner Uşaklı 7 years ago
parent b10501915a
commit 0a38e6afb3

@ -16,12 +16,16 @@
<!-- ENDIF banned -->
<!-- ENDIF isAdminOrGlobalModeratorOrModerator -->
<!-- IF selectedGroup.slug -->
<!-- IF selectedGroup.length -->
<div class="text-center">
<!-- BEGIN selectedGroup -->
<!-- IF selectedGroup.slug -->
<a href="{config.relative_path}/groups/{selectedGroup.slug}"><small class="label group-label inline-block" style="background-color: {selectedGroup.labelColor};"><!-- IF selectedGroup.icon --><i class="fa {selectedGroup.icon}"></i> <!-- ENDIF selectedGroup.icon -->{selectedGroup.userTitle}</small></a>
<!-- ENDIF selectedGroup.slug -->
<!-- END selectedGroup -->
</div>
<br/>
<!-- ENDIF selectedGroup.slug -->
<!-- ENDIF selectedGroup.length -->
<!-- IF aboutme -->
<span component="aboutme" class="text-center aboutme">{aboutme}</span>

Loading…
Cancel
Save