Customizable privacy policy from admin interface (#4062)
This commit is contained in:
committed by
Eugen Rochko
parent
f85dbe83c8
commit
275c5b51ed
8
app/views/about/terms.html.haml
Normal file
8
app/views/about/terms.html.haml
Normal 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')
|
Reference in New Issue
Block a user