diff --git a/core/http/views/index.html b/core/http/views/index.html index 4ae17fdc..a6ab0d8f 100644 --- a/core/http/views/index.html +++ b/core/http/views/index.html @@ -54,7 +54,7 @@ {{ range .Models }}
-

{{.Name}}

+

{{if .Name}}{{.Name}}{{else}}{{.}}{{end}}

{{end}}