Customizable privacy policy from admin interface (#4062)

This commit is contained in:
Yamagishi Kazutoshi 2017-07-04 22:19:24 +09:00 committed by Eugen Rochko
parent f85dbe83c8
commit 275c5b51ed
12 changed files with 232 additions and 229 deletions

View file

@ -0,0 +1,8 @@
- content_for :page_title do
= t('terms.title', instance: site_hostname)
.wrapper
- if @instance_presenter.site_terms.present?
= raw @instance_presenter.site_terms
- else
= t('terms.body_html')