mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-07 20:26:15 +00:00
15 lines
551 B
Plaintext
15 lines
551 B
Plaintext
- content_for :header_tags do
|
|
%meta{ name: 'robots', content: 'noindex, noarchive' }/
|
|
|
|
- content_for :body_classes, 'app-body'
|
|
|
|
.simple_form
|
|
%h1.title= t('terms_of_service_interstitial.title', domain: site_hostname)
|
|
|
|
%p.lead= t('terms_of_service_interstitial.preamble_html', date: l(@terms_of_service.effective_date || Time.zone.today))
|
|
|
|
%p.lead= t('user_mailer.terms_of_service_changed.agreement', domain: site_hostname)
|
|
|
|
.stacked-actions
|
|
= link_to t('terms_of_service_interstitial.review_link'), terms_of_service_path, class: 'button'
|