about summary refs log blame commit diff
path: root/app/views/about/terms.html.haml
blob: c7d36ed47a875b5ecb2088067d638aebd778aa09 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                             

                         
                      
                       
                  
                                                                                 
- content_for :page_title do
  = t('terms.title', instance: site_hostname)

.landing-page
  .header-wrapper.compact
    .header
      = render 'links'

  .extended-description
    .container-alt
      = @instance_presenter.site_terms.html_safe.presence || t('terms.body_html')