about summary refs log tree commit diff
path: root/app/views/about/terms.html.haml
blob: 58064f0bed909ceb41690a2400557419806761a0 (plain) (blame)
1
2
3
4
5
6
7
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')