This repository has been archived on 2024-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
redstoner.com/app/views/labels/_label.html.erb
2015-01-17 16:04:07 +01:00

3 lines
173 B
Plaintext

<% if label %>
<span class="label label-<%= label.name.downcase %>" style="color: #<%= label.fcolor %>;background-color: #<%= label.color %>"><%= label %></span>
<% end %>