Fix uncaught parameter missing exceptions and missing error templates (#11702)
This commit is contained in:
@@ -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')
|
||||
Reference in New Issue
Block a user