mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
empty_feed_notice: Use _html variables in template.
Signed-off-by: apoorvapendse <apoorvavpendse@gmail.com>
This commit is contained in:
committed by
Tim Abbott
parent
370e6765f8
commit
83cfff0ad0
@@ -13,9 +13,9 @@
|
||||
{{/each}}
|
||||
</div>
|
||||
{{/if}}
|
||||
{{else if html}}
|
||||
{{else if notice_html}}
|
||||
<div class="empty-feed-notice-description">
|
||||
{{{ html }}}
|
||||
{{{ notice_html }}}
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user