From 99bc972ad286f0358fecc997c02186d188f70e00 Mon Sep 17 00:00:00 2001 From: Azareal Date: Sun, 28 Jul 2019 10:19:53 +1000 Subject: [PATCH] try fixing editing profile comments --- templates/profile_comments_row.html | 10 +++---- templates/profile_comments_row_alt.html | 40 ++++++++++++------------- 2 files changed, 25 insertions(+), 25 deletions(-) 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