mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
7 lines
223 B
Text
7 lines
223 B
Text
|
- content_for :page_title do
|
||
|
= t('settings.strikes')
|
||
|
|
||
|
%p= t('disputes.strikes.description_html', instance: Rails.configuration.x.local_domain)
|
||
|
|
||
|
= render partial: 'auth/registrations/account_warning', collection: @strikes
|