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

Commit

Permalink
Issue: show proper text color .issue-label on list
Browse files Browse the repository at this point in the history
  • Loading branch information
laziel committed Aug 18, 2014
1 parent d9449d0 commit 8ee2ac9
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 8ee2ac9

Please sign in to comment.