Gab Social. All are welcome.

This commit is contained in:
robcolbert
2019-07-02 03:10:25 -04:00
commit bd0b5afc92
5366 changed files with 222812 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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