diff options
Diffstat (limited to 'app/views/privacy/show.html.haml')
-rw-r--r-- | app/views/privacy/show.html.haml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/app/views/privacy/show.html.haml b/app/views/privacy/show.html.haml index cdd38a595..95e506641 100644 --- a/app/views/privacy/show.html.haml +++ b/app/views/privacy/show.html.haml @@ -1,9 +1,7 @@ - content_for :page_title do - = t('terms.title', instance: site_hostname) + = t('privacy_policy.title') -.grid - .column-0 - .box-widget - .rich-formatting= @instance_presenter.privacy_policy.html_safe.presence || t('terms.body_html') - .column-1 - = render 'application/sidebar' +- content_for :header_tags do + = render partial: 'shared/og' + += render 'shared/web_app' |