diff --git a/appview/pages/templates/repo/issues/fragments/newComment.html b/appview/pages/templates/repo/issues/fragments/newComment.html index 65f806a8..9dff87f3 100644 --- a/appview/pages/templates/repo/issues/fragments/newComment.html +++ b/appview/pages/templates/repo/issues/fragments/newComment.html @@ -2,13 +2,15 @@ {{ if .LoggedInUser }}
-
+
{{ template "user/fragments/picHandleLink" .LoggedInUser.Did }}
@@ -21,11 +23,9 @@ rows="5" required > -
-
-
+
{{ else if and (or $isIssueAuthor $isRepoCollaborator $isRepoOwner) (not .Issue.Open) }} @@ -74,6 +75,9 @@ {{ end }} +
+
+