Fix uncaught parameter missing exceptions and missing error templates (#11702)

This commit is contained in:
Eugen Rochko
2019-08-30 01:34:47 +02:00
committed by GitHub
parent 8ee4a2892c
commit 22ce4778eb
8 changed files with 41 additions and 3 deletions

View File

@ -0,0 +1,5 @@
- content_for :page_title do
= t('errors.406')
- content_for :content do
= t('errors.406')