diff --git a/frontend/templates/admin_conversations_rows.pages.tmpl b/frontend/templates/admin_conversations_rows.pages.tmpl index ef54e56..45958d7 100644 --- a/frontend/templates/admin_conversations_rows.pages.tmpl +++ b/frontend/templates/admin_conversations_rows.pages.tmpl @@ -10,11 +10,16 @@ {{ .Content }} {{ .Status }} - {{ if .ReadAt.IsZero }} - - - {{ else }} + {{ if .ReadAt }} + {{ if not .ReadAt.IsZero }} {{ .ReadAt.Format "2006-01-02 15:04:05" }} + {{ else }} + - {{ end }} + {{ else }} + - + {{ end }} + {{ end }}