This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-07-04 06:19:24 -07:00
|
|
|
- content_for :page_title do
|
|
|
|
= t('terms.title', instance: site_hostname)
|
|
|
|
|
2017-07-24 08:15:15 -07:00
|
|
|
.landing-page
|
|
|
|
.header-wrapper.compact
|
|
|
|
.header
|
2018-02-02 01:32:21 -08:00
|
|
|
= render 'links'
|
2017-07-24 08:15:15 -07:00
|
|
|
|
|
|
|
.extended-description
|
2018-02-21 16:03:48 -08:00
|
|
|
.container-alt
|
2017-07-24 08:15:15 -07:00
|
|
|
= @instance_presenter.site_terms.html_safe.presence || t('terms.body_html')
|