zulip/static/templates/stream_settings/stream_description.hbs

10 lines
276 B
Handlebars

{{#if rendered_description}}
<span class="sub-stream-description rendered_markdown">
{{rendered_markdown rendered_description}}
</span>
{{else}}
<span class="sub-stream-description no-description">
{{t "This stream does not yet have a description." }}
</span>
{{/if}}