mirror of https://github.com/zulip/zulip.git
templates: Rename home.html to message_feed_errors.html.
This much more clearly expresses the purpose of the remaining content in this page.
This commit is contained in:
parent
c02e872545
commit
5872af340f
|
@ -161,7 +161,7 @@
|
|||
</div>
|
||||
<div id="loading_older_messages_indicator"></div>
|
||||
<div id="page_loading_indicator"></div>
|
||||
{% include "zerver/app/home.html" %}
|
||||
{% include "zerver/app/message_feed_errors.html" %}
|
||||
<div class="message_table focused_table" id="zhome" role="list" aria-live="polite" aria-label="{{ _('Messages') }}">
|
||||
</div>
|
||||
<div class="message_table" id="zfilt" role="list" aria-live="polite" aria-label="{{ _('Messages') }}">
|
||||
|
|
|
@ -683,7 +683,6 @@ html_rules: List["Rule"] = [
|
|||
# Inline styling for an svg; could be moved to CSS files?
|
||||
"templates/zerver/landing_nav.html",
|
||||
"templates/zerver/billing_nav.html",
|
||||
"templates/zerver/app/home.html",
|
||||
"templates/zerver/features.html",
|
||||
"templates/zerver/portico-header.html",
|
||||
"templates/corporate/billing.html",
|
||||
|
|
Loading…
Reference in New Issue