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: %>
|
<% for item in @header: %>
|
||||||
<th <% if item.style: %>style="<%= item.style %>"<% end %>><%- @T( item.display ) %></th>
|
<th <% if item.style: %>style="<%= item.style %>"<% end %>><%- @T( item.display ) %></th>
|
||||||
<% end %>
|
<% end %>
|
||||||
<th style="width: 35px"></th>
|
|
||||||
<% if @destroy: %>
|
<% if @destroy: %>
|
||||||
<th class="span2"><%- @T('Delete') %></th>
|
<th class="span2"><%- @T('Delete') %></th>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
@ -104,9 +103,6 @@
|
||||||
<% if item_clone.link: %></a><% end %>
|
<% if item_clone.link: %></a><% end %>
|
||||||
</td>
|
</td>
|
||||||
<% end %>
|
<% end %>
|
||||||
<td class="channel">
|
|
||||||
<span class="gray facebook channel icon"></span>
|
|
||||||
</td>
|
|
||||||
<% if @destroy: %>
|
<% if @destroy: %>
|
||||||
<td><a href="#" class="glyphicon glyphicon-trash" data-type="destroy"></a></td>
|
<td><a href="#" class="glyphicon glyphicon-trash" data-type="destroy"></a></td>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Reference in a new issue