missing table/priority fix
This commit is contained in:
parent
e7cde54890
commit
3fc2588668
1 changed files with 3 additions and 1 deletions
|
@ -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 %>>
|
||||
|
|
Loading…
Reference in a new issue