retrospring/app/views/about/privacy_policy.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
224 B
Text
Raw Normal View History

2020-05-10 08:40:32 +02:00
- provide(:title, generate_title('Privacy Policy'))
.container-lg.container--main
2020-05-10 08:40:32 +02:00
.card
.card-body
= t("policy.privacy_policy_html", app_name: APP_CONFIG["site_name"], contact_email: APP_CONFIG["contact_email"])