mirror of
https://github.com/thelounge/thelounge
synced 2024-12-20 17:33:15 +00:00
10 lines
220 B
Smarty
10 lines
220 B
Smarty
{{#if users.length}}
|
|
<div class="count">
|
|
<input class="search" placeholder="{{users users.length}}">
|
|
</div>
|
|
{{/if}}
|
|
<div class="names">
|
|
{{#each users}}
|
|
<button class="user">{{mode}}{{name}}</button>
|
|
{{/each}}
|
|
</div>
|