Logo
Explore Help
Register Sign In
starred/panel
1
0
Fork 0
You've already forked panel
mirror of https://github.com/pelican-dev/panel.git synced 2026-02-28 11:20:40 +03:00
Code Issues 42 Packages Projects Releases 12 Wiki Activity
Files
5bea1ea80a88c3fe1b5340893fcbfd963fa61ba8
panel/resources/views/errors/404.blade.php

9 lines
197 B
PHP
Raw Normal View History

Custom error pages (#810) * add custom error pages * move icon in front of header text * show exception message if user is root admin * add missing page for very important error: 418 * Update resources/views/errors/layout.blade.php * Update resources/views/errors/layout.blade.php * add dark mode to error pages --------- Co-authored-by: Lance Pioch <lancepioch@gmail.com>
2024-12-10 23:42:43 +01:00
@props([
'code' => '404',
'title' => 'Not found',
Properly handle 404 for editing files (#816)
2024-12-12 18:26:01 +01:00
'subtitle' => $exception->getMessage() ?? 'The requested resource was not found.',
Custom error pages (#810) * add custom error pages * move icon in front of header text * show exception message if user is root admin * add missing page for very important error: 418 * Update resources/views/errors/layout.blade.php * Update resources/views/errors/layout.blade.php * add dark mode to error pages --------- Co-authored-by: Lance Pioch <lancepioch@gmail.com>
2024-12-10 23:42:43 +01:00
'icon' => 'tabler-zoom-question'
])
Properly handle 404 for editing files (#816)
2024-12-12 18:26:01 +01:00
@extends('errors::layout')
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 238ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API