mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Improved error page handling
This commit is contained in:
parent
82a6b2dbc0
commit
1bcb76a63a
@ -1,5 +1,5 @@
|
||||
@extends('portal.ninja2020.layout.error')
|
||||
|
||||
@section('title', __($title) ?: 'Server Error')
|
||||
@section('code', __($code) ?: '500')
|
||||
@section('message', __($message) ?: 'System Error')
|
||||
@section('title', __($title) ?? 'Server Error')
|
||||
@section('code', __($code) ?? '500')
|
||||
@section('message', __($message) ?? 'System Error')
|
||||
|
Loading…
x
Reference in New Issue
Block a user