Fix uncaught parameter missing exceptions and missing error templates (#11702)
This commit is contained in:
parent
8ee4a2892c
commit
22ce4778eb
8 changed files with 41 additions and 3 deletions
5
app/views/errors/503.html.haml
Normal file
5
app/views/errors/503.html.haml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- content_for :page_title do
|
||||
= t('errors.503')
|
||||
|
||||
- content_for :content do
|
||||
= t('errors.503')
|
Loading…
Add table
Add a link
Reference in a new issue