2017-07-04 22:19:24 +09:00
|
|
|
- content_for :page_title do
|
|
|
|
= t('terms.title', instance: site_hostname)
|
|
|
|
|
2018-08-09 19:58:20 +09:00
|
|
|
.grid
|
|
|
|
.column-0
|
|
|
|
.box-widget
|
2022-10-05 10:47:56 +09:00
|
|
|
.rich-formatting= @instance_presenter.privacy_policy.html_safe.presence || t('terms.body_html')
|
2018-08-09 19:58:20 +09:00
|
|
|
.column-1
|
|
|
|
= render 'application/sidebar'
|