{{ define "repo/pulls/fragments/pullNewComment" }}
{{ template "user/fragments/picHandleLink" .LoggedInUser.Did }}
{{ template "fragments/markdownEditor" (dict "Name" "body" "BlobName" "blob" "Rows" 8 "Required" true "Placeholder" "Add to the discussion...") }} {{ template "replyActions" . }}
{{ end }} {{ define "replyActions" }}
{{ template "cancel" . }} {{ template "reply" . }}
{{ end }} {{ define "cancel" }} {{ end }} {{ define "reply" }} {{ end }}