mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
This commit updates 'handleStreamTopic' & 'handleStreamTopicMessage' to use handlebar templates for the rendering. We avoid using JS template literals for constructing complex HTML that requires escaping.
3 lines
153 B
Handlebars
3 lines
153 B
Handlebars
<a class="stream-topic" data-stream-id="{{channel_id}}" href="{{href}}">#{{channel_name}} > {{topic_display_name}}</a>
|
|
{{~!-- squash whitespace --~}}
|