Files
zulip/web/templates/topic_link.hbs
Prakhar Pratyush 3759525807 markdown: Use handlebar to construct HTML that requires escaping.
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.
2025-01-31 14:23:15 -08:00

3 lines
153 B
Handlebars

<a class="stream-topic" data-stream-id="{{channel_id}}" href="{{href}}">#{{channel_name}} &gt; {{topic_display_name}}</a>
{{~!-- squash whitespace --~}}