diff --git a/src/main/twirl/pulls/pullreq.scala.html b/src/main/twirl/pulls/pullreq.scala.html index 495379b..efc9840 100644 --- a/src/main/twirl/pulls/pullreq.scala.html +++ b/src/main/twirl/pulls/pullreq.scala.html @@ -14,6 +14,55 @@ @html.main(s"${issue.title} - Pull Request #${issue.issueId} - ${repository.owner}/${repository.name}", Some(repository)){ @html.menu("pulls", repository){ @defining(dayByDayCommits.flatten){ commits => + + @*
@if(issue.closed) { @comments.find(_.action == "merge").map{ comment => @@ -32,6 +81,7 @@ into @pullreq.userName:@pullreq.branch from @pullreq.requestUserName:@pullreq.requestBranch }
+ *@