diff --git a/web/templates/rejected-articles.html b/web/templates/rejected-articles.html index 09f024b..e2ddf10 100644 --- a/web/templates/rejected-articles.html +++ b/web/templates/rejected-articles.html @@ -1,11 +1,14 @@ {{define "page-content"}}
-
+
{{range .RejectedArticles}} -
+
{{if index $.MyIDs .ID}} - + {{end}}
{{end}} diff --git a/web/templates/unpublished-articles.html b/web/templates/unpublished-articles.html index 6dbf0d5..9622dd9 100644 --- a/web/templates/unpublished-articles.html +++ b/web/templates/unpublished-articles.html @@ -1,10 +1,13 @@ {{define "page-content"}} -
+
{{range .}} -
+
- +
{{end}}