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

5 lines
224 B
Text

- provide(:title, generate_title('Privacy Policy'))
.container-lg.container--main
.card
.card-body
= t("policy.privacy_policy_html", app_name: APP_CONFIG["site_name"], contact_email: APP_CONFIG["contact_email"])