invite_subscription: Add # to the stream names.

Written the stream names as e.g. #announce, to match
how we display them elsewhere.
This commit is contained in:
Hashir Sarwar
2020-01-18 19:43:11 +05:00
committed by Tim Abbott
parent 9ac3e1099c
commit 91aff4eec3

View File

@@ -11,7 +11,7 @@
{{#if default_stream}}checked="checked"{{/if}} />
<span></span>
{{#if invite_only}}<i class="fa fa-lock" aria-hidden="true"></i>{{/if}}
{{name}}
#{{name}}
</label>
{{/each}}
</div>