mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 12:33:07 +00:00
7 lines
204 B
Smarty
7 lines
204 B
Smarty
{{#each channels}}
|
|
<button data-id="{{id}}" data-target="#chan-{{id}}" data-title="{{name}}" class="chan {{type}}">
|
|
<span class="badge"></span>
|
|
<span class="close"></span>
|
|
{{name}}
|
|
</button>
|
|
{{/each}}
|