mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-12 03:26:56 +01:00
9 lines
209 B
Text
9 lines
209 B
Text
|
- 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')
|