add basic support for labels
This commit is contained in:
3
app/views/labels/_label.html.erb
Normal file
3
app/views/labels/_label.html.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
<% if label %>
|
||||
<span class="label label-<%= label.name.downcase %>"><%= label %></span>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user