From 8ee2ac913ca8c1ccc22bb60e77b1c46f2bb5d265 Mon Sep 17 00:00:00 2001 From: Jihan Kim Date: Mon, 18 Aug 2014 18:02:48 +0900 Subject: [PATCH] Issue: show proper text color .issue-label on list --- app/views/issue/partial_list.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/issue/partial_list.scala.html b/app/views/issue/partial_list.scala.html index c16bb7325..7a975c0ee 100644 --- a/app/views/issue/partial_list.scala.html +++ b/app/views/issue/partial_list.scala.html @@ -85,7 +85,7 @@ } @for(label <- issue.labels.toList.sortBy(r => (r.category.name, r.name))) { - @label.name + @label.name }