You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
380 B
Smarty
7 lines
380 B
Smarty
{{{each users}}}
|
|
<li class="list-group-item">
|
|
<!-- IF ../canKick --><button class="pull-right btn btn-xs btn-link" data-action="kick" data-uid="{../uid}">[[modules:chat.kick]]</button><!-- END -->
|
|
{buildAvatar(users, "sm", true)}
|
|
<span>{../username} <!-- IF ../isOwner --><i class="fa fa-star text-warning" title="[[modules:chat.owner]]"></i><!-- END --></span>
|
|
</li>
|
|
{{{end}}} |