mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
remove custom groups, they are not needed
This commit is contained in:
parent
558f9d4e6e
commit
e14e2b8158
1 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue