diff --git a/appview/pages/templates/repo/pulls/pull.html b/appview/pages/templates/repo/pulls/pull.html index b7d4a63b..9f07de85 100644 --- a/appview/pages/templates/repo/pulls/pull.html +++ b/appview/pages/templates/repo/pulls/pull.html @@ -119,7 +119,7 @@ {{ $id := index . 0 }} {{ $target := index . 1 }} {{ $direction := index . 2 }} -
- {{ $handle := resolve $root.Pull.OwnerDid }} + {{ $handle := resolve $root.Pull.OwnerDid }} {{ $handle }} submitted @@ -548,10 +548,10 @@ {{ $root := index . 3 }} {{ $round := $item.RoundNumber }} {{ $c := len $item.Comments }} -
+
@@ -568,6 +568,11 @@ {{ template "submissionComment" . }} {{ end }}
+ {{ if gt $c 0}} + + {{ end }}
{{ if eq $lastIdx $item.RoundNumber }}