proper color support for labels
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<% if label %>
|
||||
<span class="label label-<%= label.name.downcase %>"><%= label %></span>
|
||||
<span class="label label-<%= label.name.downcase %>" style="color: #<%= label.fcolor %>;background-color: #<%= label.color %>"><%= label %></span>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user