Not needed. Was a mistake in ui templates.
This commit is contained in:
parent
92be13cb30
commit
a4c38873f3
1 changed files with 0 additions and 4 deletions
|
@ -16,7 +16,6 @@
|
|||
<% for item in @header: %>
|
||||
<th <% if item.style: %>style="<%= item.style %>"<% end %>><%- @T( item.display ) %></th>
|
||||
<% end %>
|
||||
<th style="width: 35px"></th>
|
||||
<% if @destroy: %>
|
||||
<th class="span2"><%- @T('Delete') %></th>
|
||||
<% end %>
|
||||
|
@ -104,9 +103,6 @@
|
|||
<% if item_clone.link: %></a><% end %>
|
||||
</td>
|
||||
<% end %>
|
||||
<td class="channel">
|
||||
<span class="gray facebook channel icon"></span>
|
||||
</td>
|
||||
<% if @destroy: %>
|
||||
<td><a href="#" class="glyphicon glyphicon-trash" data-type="destroy"></a></td>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in a new issue