mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
bookend: Move conditional bookend content inside the template.
We move the stream subscribed/unsubscribed bookend info from js files to bookend handlebar. Tweaked by tabbott to override the check-templates indentation logic.
This commit is contained in:
@@ -26,6 +26,8 @@ EXCLUDED_FILES = [
|
||||
"templates/zerver/emails/missed_message.source.html",
|
||||
# Previously unchecked and our parser doesn't like its indentation
|
||||
"static/assets/icons/template.hbs",
|
||||
# Template checker recommends very hard to read indentation.
|
||||
"static/templates/bookend.hbs",
|
||||
# The parser does not like the indentation of custom ReadTheDocs templates
|
||||
"docs/_templates/layout.html",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user