diff --git a/web/templates/inline_decorated_stream_name.hbs b/web/templates/inline_decorated_stream_name.hbs index 32b687d79e..561049e95e 100644 --- a/web/templates/inline_decorated_stream_name.hbs +++ b/web/templates/inline_decorated_stream_name.hbs @@ -1,8 +1,8 @@ {{! This controls whether the swatch next to streams in the left sidebar has a lock icon. }} -{{#if stream.invite_only }} +{{~#if stream.invite_only ~}} {{stream.name ~}} -{{ else if stream.is_web_public }} +{{~ else if stream.is_web_public ~}} {{stream.name ~}} -{{ else }} +{{~ else ~}} {{stream.name ~}} -{{/if}} +{{~/if~}} diff --git a/web/templates/typeahead_list_item.hbs b/web/templates/typeahead_list_item.hbs index 69ca83601c..a074a64b38 100644 --- a/web/templates/typeahead_list_item.hbs +++ b/web/templates/typeahead_list_item.hbs @@ -19,11 +19,11 @@ {{!-- Separate container to ensure overflowing text remains in this container. --}}