remove custom groups, they are not needed

This commit is contained in:
Sam 2014-11-04 13:33:26 +11:00
parent 558f9d4e6e
commit e14e2b8158

View file

@ -61,8 +61,6 @@
<div class="metadata">
<h3><i class="fa fa-comment"></i> {{i18n last_post}} {{format-date path="user.last_posted_at" leaveAgo="true"}} </h3>
<h3><i class="fa fa-user"></i> {{i18n joined}} {{format-date path="user.created_at" leaveAgo="true"}}</h3>
{{#if user.custom_groups}}
<h3> <i class="fa fa-group"></i> {{groups-list groups=user.custom_groups}}</h3>
{{/if}}
</div>