diff --git a/templates/profile_comments_row.html b/templates/profile_comments_row.html index 31d06ae7..795d22a9 100644 --- a/templates/profile_comments_row.html +++ b/templates/profile_comments_row.html @@ -1,18 +1,18 @@ {{/** TODO: Temporary hack until we find a more granular way of doing this. Perhaps, a custom include function? **/}} {{if .Header.Theme.BgAvatars}} {{range .ItemList}} -
+
{{.ContentHtml}} {{.CreatedByName}}   - {{if $.CurrentUser.IsMod}} + {{if $.CurrentUser.IsMod}} - {{end}} + {{end}} - + - {{if .Tag}}{{.Tag}}{{end}} + {{if .Tag}}{{.Tag}}{{end}}
{{end}} diff --git a/templates/profile_comments_row_alt.html b/templates/profile_comments_row_alt.html index 54bccfbb..6d654880 100644 --- a/templates/profile_comments_row_alt.html +++ b/templates/profile_comments_row_alt.html @@ -1,24 +1,24 @@ {{range .ItemList}} -
-
-
- - - {{.CreatedByName}} - {{if .Tag}}{{.Tag}}{{end}} - -
- - {{if $.CurrentUser.IsMod}} - - - {{end}} - +
+
+
+ + + {{.CreatedByName}} + {{if .Tag}}{{.Tag}}{{end}}
-
- {{.ContentHtml}} -
+ + {{if $.CurrentUser.IsMod}} + + + {{end}} + +
-
- {{end}} \ No newline at end of file +
+ {{.ContentHtml}} +
+
+
+{{end}} \ No newline at end of file