From 7214ef21d24c35c3a56092324c29f3e69a7900f3 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 23 Nov 2014 11:45:22 +0900 Subject: [PATCH] (refs #559)Fix merged message --- src/main/twirl/issues/commentlist.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/twirl/issues/commentlist.scala.html b/src/main/twirl/issues/commentlist.scala.html index b351a1d48..169a00d33 100644 --- a/src/main/twirl/issues/commentlist.scala.html +++ b/src/main/twirl/issues/commentlist.scala.html @@ -68,7 +68,7 @@ @if(pullreq.get.requestUserName == repository.owner){ @pullreq.map(_.branch) from @pullreq.map(_.requestBranch) } else { - @pullreq.map(_.userName):@pullreq.map(_.branch) to @pullreq.map(_.requestUserName):@pullreq.map(_.requestBranch) + @pullreq.map(_.userName):@pullreq.map(_.branch) from @pullreq.map(_.requestUserName):@pullreq.map(_.requestBranch) } @helper.html.datetimeago(comment.registeredDate)