diff --git a/web/templates/recipient_row.hbs b/web/templates/recipient_row.hbs index d18dd45c01..a2e9239647 100644 --- a/web/templates/recipient_row.hbs +++ b/web/templates/recipient_row.hbs @@ -6,14 +6,9 @@ style="background: {{background_color}}; border-left-color: {{background_color}};" href="{{stream_url}}" title="{{t 'Narrow to stream "{display_recipient}"' }}"> - {{~! Icons for invite-only/web-public streams ~}} - {{~#if invite_only ~}} - - {{/if}} - - {{~#if is_web_public ~}} - - {{/if}} + + {{> stream_privacy}} + {{~! Recipient (e.g. stream/topic or topic) ~}} {{~display_recipient~}}