diff --git a/cmd/ponzu/ponzu.json b/cmd/ponzu/ponzu.json index 676f2c1b..7f38ce4f 100644 --- a/cmd/ponzu/ponzu.json +++ b/cmd/ponzu/ponzu.json @@ -1,3 +1,3 @@ { - "version": "0.9.4" + "version": "0.10.1" } diff --git a/system/admin/handlers.go b/system/admin/handlers.go index bc46b5cb..d0818ec0 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -1560,10 +1560,11 @@ func adminPostListItem(e editor.Editable, typeName, status string) []byte { default: status = "__" + status } - + action := "/admin/edit/delete" link := `` + i.String() + `` if strings.HasPrefix(typeName, "__") { link = `` + i.String() + `` + action = "/admin/edit/upload/delete" } post := ` @@ -1572,7 +1573,7 @@ func adminPostListItem(e editor.Editable, typeName, status string) []byte { Updated: ` + updatedTime + ` ` + publishTime + ` -