mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
unreads: Use _html naming convention for content rendered as HTML.
Signed-off-by: apoorvapendse <apoorvavpendse@gmail.com>
This commit is contained in:
committed by
Tim Abbott
parent
208372d0d2
commit
a7664187df
@@ -135,7 +135,7 @@ function handle_skipped_unsubscribed_streams(
|
||||
"conjunction",
|
||||
);
|
||||
const rendered_html = render_skipped_marking_unread({
|
||||
streams: formatted_stream_list_text,
|
||||
streams_html: formatted_stream_list_text,
|
||||
});
|
||||
$container.html(rendered_html);
|
||||
};
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{{#tr}}
|
||||
Because you are not subscribed to <z-streams></z-streams>, messages in this channel were not marked as unread.
|
||||
{{#*inline "z-streams"}}<strong>{{{streams}}}</strong>{{/inline}}
|
||||
{{#*inline "z-streams"}}<strong>{{{streams_html}}}</strong>{{/inline}}
|
||||
{{/tr}}
|
||||
|
Reference in New Issue
Block a user