Gab Social. All are welcome.
This commit is contained in:
5
app/views/errors/403.html.haml
Normal file
5
app/views/errors/403.html.haml
Normal file
@@ -0,0 +1,5 @@
|
||||
- content_for :page_title do
|
||||
= t('errors.403')
|
||||
|
||||
- content_for :content do
|
||||
= t('errors.403')
|
||||
5
app/views/errors/404.html.haml
Normal file
5
app/views/errors/404.html.haml
Normal file
@@ -0,0 +1,5 @@
|
||||
- content_for :page_title do
|
||||
= t('errors.404')
|
||||
|
||||
- content_for :content do
|
||||
= t('errors.404')
|
||||
5
app/views/errors/410.html.haml
Normal file
5
app/views/errors/410.html.haml
Normal file
@@ -0,0 +1,5 @@
|
||||
- content_for :page_title do
|
||||
= t('errors.410')
|
||||
|
||||
- content_for :content do
|
||||
= t('errors.410')
|
||||
5
app/views/errors/422.html.haml
Normal file
5
app/views/errors/422.html.haml
Normal file
@@ -0,0 +1,5 @@
|
||||
- content_for :page_title do
|
||||
= t('errors.422.title')
|
||||
|
||||
- content_for :content do
|
||||
= t('errors.422.content')
|
||||
5
app/views/errors/500.html.haml
Normal file
5
app/views/errors/500.html.haml
Normal file
@@ -0,0 +1,5 @@
|
||||
- content_for :page_title do
|
||||
= t('errors.500.title')
|
||||
|
||||
- content_for :content do
|
||||
= t('errors.500.content')
|
||||
Reference in New Issue
Block a user