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" }}
{{ end }}
+
+{{ define "replyActions" }}
+
+ {{ template "cancel" . }}
+ {{ template "reply" . }}
+
+{{ end }}
+
+{{ define "cancel" }}
+
+{{ end }}
+
+{{ define "reply" }}
+
+{{ end }}
+