mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-02 13:04:37 +00:00
7 lines
223 B
Plaintext
7 lines
223 B
Plaintext
|
- 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
|