feat: update auto render
This commit is contained in:
9
web/templates/builtin/field/time.html
Normal file
9
web/templates/builtin/field/time.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{{define "field-time"}}
|
||||
<span class="text-gray-900">
|
||||
{{if .Value}}
|
||||
{{.Value}}
|
||||
{{else}}
|
||||
-
|
||||
{{end}}
|
||||
</span>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user