From ff4052f097fde966f02423cf40ffb93c8e3acffb Mon Sep 17 00:00:00 2001 From: shimamoto Date: Sun, 19 Oct 2014 23:39:25 +0900 Subject: [PATCH] (refs #507) Fix the issue info of conversation page. --- src/main/twirl/pulls/conversation.scala.html | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/src/main/twirl/pulls/conversation.scala.html b/src/main/twirl/pulls/conversation.scala.html index bddfcef33..ddeaf7476 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)