Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
Merge branch 'fix/issue-1814-issue-label-textcolor' of dlab/hive
Browse files Browse the repository at this point in the history
from pull-request 1300

* refs/heads/fix/issue-1814-issue-label-textcolor:
  Issue: show proper text color .issue-label on list

Reviewed-by: 이응준 <eungjun.yi@navercorp.com>
Reviewed-by: 김덕홍 <insanehong@navercorp.com>
  • Loading branch information
insanehong committed Aug 19, 2014
2 parents 6caee72 + 8ee2ac9 commit 135eff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/issue/partial_list.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
}

@for(label <- issue.labels.toList.sortBy(r => (r.category.name, r.name))) {
<a href="#" class="label issue-label list-label" data-category-id="@label.category.id" data-label-id="@label.id" data-color="@label.color" style="background:@label.color">@label.name</a>
<a href="#" class="label issue-label list-label active" data-category-id="@label.category.id" data-label-id="@label.id">@label.name</a>
}
</div>
</label>
Expand Down

0 comments on commit 135eff2

Please sign in to comment.