diff --git a/src/main/twirl/pulls/conversation.scala.html b/src/main/twirl/pulls/conversation.scala.html index bddfcef..ddeaf74 100644 --- a/src/main/twirl/pulls/conversation.scala.html +++ b/src/main/twirl/pulls/conversation.scala.html @@ -50,22 +50,8 @@ } @issues.html.commentform(issue, !merged, hasWritePermission, repository) - -
- @if(issue.closed) { - @if(merged){ - Merged - } else { - Closed - } - } else { - Open - } -
- @comments.size @plural(comments.size, "comment") -
- } -
+
+
@issues.html.issueinfo(issue, comments, issueLabels, collaborators, milestones, labels, hasWritePermission, repository)