Removed not needed code.
This commit is contained in:
parent
e4e8624a24
commit
09afe0ca37
1 changed files with 1 additions and 9 deletions
|
@ -4,15 +4,7 @@
|
||||||
<li>
|
<li>
|
||||||
<a href="<%- item.url %>" class="<%= item.class %> horizontal center icon-switch" data-id="<%= item.id %>">
|
<a href="<%- item.url %>" class="<%= item.class %> horizontal center icon-switch" data-id="<%= item.id %>">
|
||||||
<div class="<%= item.iconClass %> icon"></div>
|
<div class="<%= item.iconClass %> icon"></div>
|
||||||
<div class="flex contain-text">
|
<div class="flex contain-text"><%= item.display %></div>
|
||||||
<% console.log area.name %>
|
|
||||||
<% if area.name is "Ticket": %>
|
|
||||||
<%= item.display %> -
|
|
||||||
<time datetime="<%= item.createt_at %>"><%= item.humanTime %></time>
|
|
||||||
<% else: %>
|
|
||||||
<%= item.display %>
|
|
||||||
<% end %>
|
|
||||||
</div>
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Reference in a new issue