mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
8 lines
241 B
Handlebars
8 lines
241 B
Handlebars
<span class="stream-or-topic-reference">
|
|
{{~#if stream~}}
|
|
{{> inline_decorated_stream_name stream=stream show_colored_icon=show_colored_icon}}
|
|
{{#if topic_name~}} > {{/if}}
|
|
{{~/if~}}
|
|
{{~ topic_name ~}}
|
|
</span>
|