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.

9 lines
255 B

  1. - content_for :page_title do
  2. = t('terms.title', instance: site_hostname)
  3. .grid
  4. .column-0
  5. .box-widget
  6. .rich-formatting= @instance_presenter.site_terms.html_safe.presence || t('terms.body_html')
  7. .column-1
  8. = render 'application/sidebar'