diff --git a/web/templates/forum/newest.html b/web/templates/forum/newest.html index a259de6..2b80c9b 100644 --- a/web/templates/forum/newest.html +++ b/web/templates/forum/newest.html @@ -82,6 +82,18 @@

{{.Thread.Title}} + + {{if .Thread.Pinned}} + + {{end}} + + {{if .Thread.Explicit}} + + {{end}} + + {{if .Thread.NoReply}} + + {{end}}

@@ -89,29 +101,62 @@ {{TrimEllipses .Thread.Comment.Message 256}} -
- by {{.Thread.Comment.User.Username}} +
+ {{if eq .Comment.ID .Thread.CommentID}}new {{end}}thread by {{.Thread.Comment.User.Username}} + in + {{.Forum.Title}} + + {{if .Forum.Privileged}} + + {{end}} + + {{if .Forum.Explicit}} + + {{end}} + – {{SincePrettyCoarse .Thread.Comment.UpdatedAt}} ago
-
- -

- Latest Post -

- + {{if ne .Comment.ID .Thread.CommentID}} - - {{TrimEllipses .Comment.Message 256}} - - {{end}} +
-
- by {{.Comment.User.Username}} - – - {{SincePrettyCoarse .Comment.UpdatedAt}} ago -
+
+ + + +
+ + + {{TrimEllipses .Comment.Message 256}} + + +
+ {{SincePrettyCoarse .Comment.UpdatedAt}} ago +
+ {{end}}