mirror of https://github.com/mastodon/mastodon
Fix uncaught parameter missing exceptions and missing error templates (#11702)
parent
8ee4a2892c
commit
22ce4778eb
@ -0,0 +1,5 @@
|
||||
- content_for :page_title do
|
||||
= t('errors.400')
|
||||
|
||||
- content_for :content do
|
||||
= t('errors.400')
|
@ -0,0 +1,5 @@
|
||||
- content_for :page_title do
|
||||
= t('errors.406')
|
||||
|
||||
- content_for :content do
|
||||
= t('errors.406')
|
@ -0,0 +1,5 @@
|
||||
- content_for :page_title do
|
||||
= t('errors.503')
|
||||
|
||||
- content_for :content do
|
||||
= t('errors.503')
|
Loading…
Reference in New Issue