From dc4aab9925b46f8ad4b18f7926e2904163c1c5b5 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 24 Jul 2015 23:13:42 +0800 Subject: UI: CURD labels - fix update lable break connection with repository --- templates/base/alert.tmpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'templates/base/alert.tmpl') diff --git a/templates/base/alert.tmpl b/templates/base/alert.tmpl index 15eeb566..c845e36d 100644 --- a/templates/base/alert.tmpl +++ b/templates/base/alert.tmpl @@ -2,4 +2,9 @@

{{.Flash.ErrorMsg}}

+{{end}} +{{if .Flash.SuccessMsg}} +
+

{{.Flash.SuccessMsg}}

+
{{end}} \ No newline at end of file -- cgit v1.2.3