templates: Move activity templates to /templates/corporate/activity.

Also, renames `ad_hoc_query.html` to `activity_table.html`,
`realm_summary_table.html` to `installation_activity_table.html`,
and `activity_details_template.html` to `activity.html`.

Removes the style attribute in the installation activity template
and uses a CSS class, "installation-activity-header", to center the
h3 and p tags instead. This removes an exception from the custom
lint check.
This commit is contained in:
Lauryn Menard
2024-01-29 14:53:53 +01:00
committed by Tim Abbott
parent df2f4b6469
commit efd0d689fc
11 changed files with 14 additions and 11 deletions

View File

@@ -720,7 +720,6 @@ html_rules: List["Rule"] = [
"templates/zerver/accounts_send_confirm.html",
"templates/zerver/integrations/index.html",
"templates/zerver/documentation_main.html",
"templates/analytics/realm_summary_table.html",
"templates/corporate/zephyr.html",
"templates/corporate/zephyr-mirror.html",
},