diff --git a/appview/pages/templates/repo/issues/fragments/issueCommentHeader.html b/appview/pages/templates/repo/issues/fragments/issueCommentHeader.html
--- a/appview/pages/templates/repo/issues/fragments/issueCommentHeader.html
+++ b/appview/pages/templates/repo/issues/fragments/issueCommentHeader.html
@@ -1,6 +1,7 @@
{{ define "repo/issues/fragments/issueCommentHeader" }}
- {{ resolve .Comment.Did }}
+ {{ $handle := resolve .Comment.Did }}
+
{{ $handle }}
{{ template "hats" $ }}
{{ template "timestamp" . }}
diff --git a/appview/pages/templates/repo/issues/fragments/newComment.html b/appview/pages/templates/repo/issues/fragments/newComment.html
--- a/appview/pages/templates/repo/issues/fragments/newComment.html
+++ b/appview/pages/templates/repo/issues/fragments/newComment.html
@@ -12,7 +12,7 @@
{{ end }}
@@ -161,11 +161,20 @@
{{ define "subsPanelSummary" }}
{{ $root := index . 2 }}
{{ $pull := $root.Pull }}
- {{ $latest := $pull.LastRoundNumber }}
+ {{ $rounds := len $pull.Submissions }}
+ {{ $comments := $pull.TotalComments }}
+
+ {{ $rounds }} round{{ if ne $rounds 1 }}s{{ end }}
+
+
+
+ {{ $comments }} comment{{ if ne $comments 1 }}s{{ end }}
+
+
- {{ i "chevron-up" "size-4" }}
- {{ i "chevron-down" "size-4" }}
+ {{ i "chevron-up" "size-4" }}
+ {{ i "chevron-down" "size-4" }}
{{ end }}
@@ -222,7 +231,16 @@ {{ $item := index . 0 }}
{{ $idx := index . 1 }}
{{ $lastIdx := index . 2 }}
{{ $root := index . 3 }}
-
+ {{ $round := $item.RoundNumber }}
+
{{ template "submissionHeader" $ }}
{{ template "submissionComments" $ }}
@@ -236,10 +254,11 @@ {{ $round := $item.RoundNumber }}
@@ -269,8 +288,10 @@ {{ $root := index . 3 }}
{{ $round := $item.RoundNumber }}
- {{ resolve $root.Pull.OwnerDid }} submitted
-
+ {{ $handle := resolve $root.Pull.OwnerDid }}
+ {{ $handle }}
+ submitted
+
#{{ $round }}
@@ -495,8 +516,9 @@ {{ $item := index . 0 }}
{{ $idx := index . 1 }}
{{ $lastIdx := index . 2 }}
{{ $root := index . 3 }}
+ {{ $round := $item.RoundNumber }}
{{ $c := len $item.Comments }}
-