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:
Tim Abbott 2021-07-07 09:44:15 -07:00
parent c02e872545
commit 5872af340f
3 changed files with 1 additions and 2 deletions

View File

@ -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') }}">

View File

@ -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",