From 312dbc3ae9d4350fafc93cbcd683ab0f840de04e Mon Sep 17 00:00:00 2001 From: takezoe Date: Tue, 2 Jul 2013 11:02:38 +0900 Subject: [PATCH] Fix label presentation. --- src/main/twirl/issues/list.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/twirl/issues/list.scala.html b/src/main/twirl/issues/list.scala.html index eb148ad7a..0834e7e79 100644 --- a/src/main/twirl/issues/list.scala.html +++ b/src/main/twirl/issues/list.scala.html @@ -131,7 +131,7 @@ @issue.title @labels.map { label => - @label.labelName + @label.labelName } #@issue.issueId