missing table/priority fix

This commit is contained in:
Felix Niklas 2015-05-27 17:00:55 +02:00
parent e7cde54890
commit 3fc2588668

View file

@ -73,7 +73,9 @@
<td <% if item.parentClass: %>class="<%= item.parentClass %>"<% end %>>
<% if item.name is 'icon': %>
<%- item.class %>
<svg class="<%- item.class %>">
<use xlink:href="#icon-priority" />
</svg>
<% else: %>
<% if item.link: %>
<a href="<%- item.link %>" <% if item.target: %>target="<%= item.target %>"<% end %>>