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

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

6 lines
184 B
Text
Raw Normal View History

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