This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-07-04 15:19:24 +02:00
|
|
|
- content_for :page_title do
|
|
|
|
= t('terms.title', instance: site_hostname)
|
|
|
|
|
2018-08-09 12:58:20 +02:00
|
|
|
.grid
|
|
|
|
.column-0
|
|
|
|
.box-widget
|
|
|
|
.rich-formatting= @instance_presenter.site_terms.html_safe.presence || t('terms.body_html')
|
|
|
|
.column-1
|
|
|
|
= render 'application/sidebar'
|