add basic support for labels

This commit is contained in:
jomo
2014-11-21 00:39:38 +01:00
parent f6c4c78752
commit 39fceedf56
8 changed files with 68 additions and 16 deletions

View File

@@ -0,0 +1,3 @@
<% if label %>
<span class="label label-<%= label.name.downcase %>"><%= label %></span>
<% end %>