mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 11:52:01 +00:00
portico: Revamp /for/companies.
We rework the landing page for companies in the same way we've recently revamped the landing pages for other use cases. This implementation unfortunately duplicates a lot of content from /plans; we should clean that up at some point.
This commit is contained in:
@@ -540,7 +540,11 @@ html_rules: List["Rule"] = [
|
||||
*prose_style_rules,
|
||||
{
|
||||
"pattern": "subject|SUBJECT",
|
||||
"exclude": {"templates/zerver/email.html", "zerver/tests/fixtures/email"},
|
||||
"exclude": {
|
||||
"templates/zerver/email.html",
|
||||
"zerver/tests/fixtures/email",
|
||||
"templates/zerver/for-companies.html",
|
||||
},
|
||||
"exclude_pattern": "email subject",
|
||||
"description": "avoid subject in templates",
|
||||
"good_lines": ["topic_name"],
|
||||
|
||||
Reference in New Issue
Block a user