summaryrefslogtreecommitdiffstats
path: root/app/views/about
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-09-29 06:22:12 +0200
committerGitHub <noreply@github.com>2022-09-29 06:22:12 +0200
commit36f4c32a38ed85e5e658b34d36eac40a6147bc0c (patch)
tree11f796d6d764b9f6b3f94f43f4e22c8a2007d4a4 /app/views/about
parente623c302d5d4dfc05689eb8fb8e051e30fc38ec8 (diff)
Change path of privacy policy page (#19249)
Diffstat (limited to 'app/views/about')
-rw-r--r--app/views/about/terms.html.haml9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/views/about/terms.html.haml b/app/views/about/terms.html.haml
deleted file mode 100644
index 9d076a91b41..00000000000
--- a/app/views/about/terms.html.haml
+++ /dev/null
@@ -1,9 +0,0 @@
-- content_for :page_title do
- = t('terms.title', instance: site_hostname)
-
-.grid
- .column-0
- .box-widget
- .rich-formatting= @instance_presenter.site_terms.html_safe.presence || t('terms.body_html')
- .column-1
- = render 'application/sidebar'