mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +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",
|
"conjunction",
|
||||||
);
|
);
|
||||||
const rendered_html = render_skipped_marking_unread({
|
const rendered_html = render_skipped_marking_unread({
|
||||||
streams: formatted_stream_list_text,
|
streams_html: formatted_stream_list_text,
|
||||||
});
|
});
|
||||||
$container.html(rendered_html);
|
$container.html(rendered_html);
|
||||||
};
|
};
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{{#tr}}
|
{{#tr}}
|
||||||
Because you are not subscribed to <z-streams></z-streams>, messages in this channel were not marked as unread.
|
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}}
|
{{/tr}}
|
||||||
|
Reference in New Issue
Block a user