diff --git a/appview/pages/templates/repo/pulls/fragments/pullNewComment.html b/appview/pages/templates/repo/pulls/fragments/pullNewComment.html --- a/appview/pages/templates/repo/pulls/fragments/pullNewComment.html +++ b/appview/pages/templates/repo/pulls/fragments/pullNewComment.html @@ -1,40 +1,55 @@ {{ define "repo/pulls/fragments/pullNewComment" }}
-
- {{ resolve .LoggedInUser.Did }} -
+ class="w-full flex flex-col gap-2"> + {{ template "user/fragments/picHandleLink" .LoggedInUser.Did }}
- - + {{ template "replyActions" . }}
{{ end }} + +{{ define "replyActions" }} +
+ {{ template "cancel" . }} + {{ template "reply" . }} +
+{{ end }} + +{{ define "cancel" }} + +{{ end }} + +{{ define "reply" }} + +{{ end }} +