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