Not needed. Was a mistake in ui templates.

This commit is contained in:
Martin Edenhofer 2014-07-24 00:28:12 +02:00
parent 92be13cb30
commit a4c38873f3

View file

@ -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 %>