mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 04:30:05 +00:00
✨ add theme hotaru
This commit is contained in:
@@ -20,7 +20,7 @@ type ErrInfo struct {
|
||||
// ShowErrorPage ..
|
||||
func ShowErrorPage(c *gin.Context, i ErrInfo, isPage bool) {
|
||||
if isPage {
|
||||
c.HTML(http.StatusOK, "page/error", CommonEnvironment(c, gin.H{
|
||||
c.HTML(http.StatusOK, "dashboard/error", CommonEnvironment(c, gin.H{
|
||||
"Code": i.Code,
|
||||
"Title": i.Title,
|
||||
"Msg": i.Msg,
|
||||
|
||||
Reference in New Issue
Block a user