Back to Answer

Comment

ui/template/comment.html

2.0.0311 B
Original Source

{{define "comment"}} {{range .comments}}

{{formatLinkNofollow .ParsedText}}

{{.UserDisplayName}}•{{translatorTimeFormat $.language $.timezone .CreatedAt}} {{if ne 0 .VoteCount}} {{.VoteCount}} {{end}} {{translator $.language "ui.comment.btn_reply"}}

{{end}} {{end}}