From 84b2e9cdcdd2c797d6b7145f2907c71d94a5ccef Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 22 Nov 2014 21:47:34 +0900 Subject: [PATCH] Fix compilation error --- src/main/twirl/pulls/conversation.scala.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/twirl/pulls/conversation.scala.html b/src/main/twirl/pulls/conversation.scala.html index ddeaf7476..70f40d438 100644 --- a/src/main/twirl/pulls/conversation.scala.html +++ b/src/main/twirl/pulls/conversation.scala.html @@ -48,8 +48,9 @@ You're all set-the @pullreq.requestBranch branch can be safely deleted. + } + @issues.html.commentform(issue, !merged, hasWritePermission, repository) } - @issues.html.commentform(issue, !merged, hasWritePermission, repository)
@issues.html.issueinfo(issue, comments, issueLabels, collaborators, milestones, labels, hasWritePermission, repository)