From 4f2c7f200f057363c75f8df78a93e2a90bdad8ba Mon Sep 17 00:00:00 2001 From: cuigh Date: Thu, 10 May 2018 14:34:49 +0800 Subject: [PATCH] Fix page title --- views/system/chart/edit.jet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/system/chart/edit.jet b/views/system/chart/edit.jet index 4b24417..160b53c 100644 --- a/views/system/chart/edit.jet +++ b/views/system/chart/edit.jet @@ -4,7 +4,7 @@ {{ block body_content() }}
-

Create chart

+

{{ .Chart.Name ? "Edit" : "Create" }} chart