Customizable privacy policy from admin interface (#4062)
This commit is contained in:
parent
f85dbe83c8
commit
275c5b51ed
12 changed files with 232 additions and 229 deletions
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')
|
Loading…
Add table
Add a link
Reference in a new issue