mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
5 lines
76 B
Handlebars
5 lines
76 B
Handlebars
{{! User presence rows }}
|
|
{{#each users}}
|
|
{{> user_presence_row}}
|
|
{{/each}}
|