You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
209 B

  1. - content_for :page_title do
  2. = t('terms.title', instance: site_hostname)
  3. .wrapper
  4. - if @instance_presenter.site_terms.present?
  5. = raw @instance_presenter.site_terms
  6. - else
  7. = t('terms.body_html')