about summary refs log tree commit diff
path: root/app/views/about/terms.html.haml
blob: 9d076a91b41982373e9c60e352dc746f75ea1438 (plain) (blame)
1
2
3
4
5
6
7
8
9
- content_for :page_title do
  = t('terms.title', instance: site_hostname)

.grid
  .column-0
    .box-widget
      .rich-formatting= @instance_presenter.site_terms.html_safe.presence || t('terms.body_html')
  .column-1
    = render 'application/sidebar'