This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
c60609efeb
zulip
/
static
/
templates
/
user_presence_rows.hbs
5 lines
76 B
Handlebars
Raw
Normal View
History
Unescape
Escape
docs: Fix more capitalization issues. Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-10-23 02:43:28 +02:00
{{! User presence rows }}
Use one template for all user presence rows This will hopefully fix some lagginess when logging in on the Hacker School realm, especially on Firefox, as the user presence rows are populated (previously requiring hundreds of template renders). (imported from commit 67e2d7f91ad62d8d7a2e212ee7c7121bd73f010b)
2013-07-10 23:50:47 +02:00
{{
#
each
users
}}
templates: Use upstream Handlebars partials syntax. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2019-07-11 04:05:28 +02:00
{{
>
user_presence_row
}}
Use one template for all user presence rows This will hopefully fix some lagginess when logging in on the Hacker School realm, especially on Firefox, as the user presence rows are populated (previously requiring hundreds of template renders). (imported from commit 67e2d7f91ad62d8d7a2e212ee7c7121bd73f010b)
2013-07-10 23:50:47 +02:00
{{
/
each
}}