mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Error pages
This commit is contained in:
parent
86e069d823
commit
d3c265abc7
@ -1,4 +1,4 @@
|
|||||||
@extends('errors::minimal')
|
@extends('portal.ninja2020.layout.error')
|
||||||
|
|
||||||
@section('title', __('Unauthorized'))
|
@section('title', __('Unauthorized'))
|
||||||
@section('code', '401')
|
@section('code', '401')
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@extends('errors::minimal')
|
@extends('portal.ninja2020.layout.error')
|
||||||
|
|
||||||
@section('title', __('Forbidden'))
|
@section('title', __('Forbidden'))
|
||||||
@section('code', '403')
|
@section('code', '403')
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@extends('errors::minimal')
|
@extends('portal.ninja2020.layout.error')
|
||||||
|
|
||||||
@section('title', __('Not Found'))
|
@section('title', __('Not Found'))
|
||||||
@section('code', '404')
|
@section('code', '404')
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@extends('errors::minimal')
|
@extends('portal.ninja2020.layout.error')
|
||||||
|
|
||||||
@section('title', __('Page Expired'))
|
@section('title', __('Page Expired'))
|
||||||
@section('code', '419')
|
@section('code', '419')
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@extends('errors::minimal')
|
@extends('portal.ninja2020.layout.error')
|
||||||
|
|
||||||
@section('title', __('Too Many Requests'))
|
@section('title', __('Too Many Requests'))
|
||||||
@section('code', '429')
|
@section('code', '429')
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@extends('errors::minimal')
|
@extends('portal.ninja2020.layout.error')
|
||||||
|
|
||||||
@section('title', __('Server Error'))
|
@section('title', __('Server Error'))
|
||||||
@section('code', '500')
|
@section('code', '500')
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@extends('errors::minimal')
|
@extends('portal.ninja2020.layout.error')
|
||||||
|
|
||||||
@section('title', __('Service Unavailable'))
|
@section('title', __('Service Unavailable'))
|
||||||
@section('code', '503')
|
@section('code', '503')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user