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
5de2a7115c
zulip
/
web
/
templates
/
presence_rows.hbs
4 lines
59 B
Handlebars
Raw
Normal View
History
Unescape
Escape
presence: Rename hbs templates to not have the word "user". This is a prep commit for enabling a two section layout in the buddy_list. The sections will be for "users" and "others". Hence, this commit performs a simple rename of: - `user_presence_row.hbs` -> `presence_row.hbs` - `user_presence_rows.hbs` -> `presence_rows.hbs` And then a search and replace of `user_presence_row` to `presence_row` (which also handles the second rename). It also makes one modification in buddy_list.js where it changes a template variable we're passing from "users" to "row_members".
2021-12-01 07:30:00 +01:00
{{
#
each
presence_rows
}}
webpack: Enable explicitPartialContext for handlebars-loader. Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-11-16 03:24:11 +01:00
{{
>
presence_row
.
}}
presence: Rename hbs templates to not have the word "user". This is a prep commit for enabling a two section layout in the buddy_list. The sections will be for "users" and "others". Hence, this commit performs a simple rename of: - `user_presence_row.hbs` -> `presence_row.hbs` - `user_presence_rows.hbs` -> `presence_rows.hbs` And then a search and replace of `user_presence_row` to `presence_row` (which also handles the second rename). It also makes one modification in buddy_list.js where it changes a template variable we're passing from "users" to "row_members".
2021-12-01 07:30:00 +01:00
{{
/
each
}}