Files
zulip/web/templates/user_with_status_icon.hbs
Anders Kaseorg 36b8462796 status_emoji: Remove extra space with Handlebars whitespace control.
This gets rendered into a comma-separated list, and the extra space
was ending up before the comma.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-03-28 09:11:09 -07:00

6 lines
149 B
Handlebars

<span class="user_status_icon_wrapper">
<span class="user-name">{{name}}</span>
{{~> status_emoji status_emoji_info ~}}
</span>
{{~!-- --~}}