mastodon/app/views/terms_of_service_interstitial/show.html.haml
2025-08-27 10:05:34 -04:00

18 lines
677 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)
- if @terms_of_service.usable_effective_date.past?
%p.lead= t('terms_of_service_interstitial.past_preamble_html')
- else
%p.lead= t('terms_of_service_interstitial.future_preamble_html', date: l(@terms_of_service.usable_effective_date))
%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'