Closed #108 - remove note needed “x” on delete.

This commit is contained in:
Martin Edenhofer 2014-01-21 22:03:09 +01:00
parent e4818ff697
commit bd1c6d1cf5

View file

@ -61,7 +61,7 @@
-->
<% if @destroy: %>
<td>
<a class="glyphicon glyphicon-trash" data-type="destroy">x</a>
<a href="#" class="glyphicon glyphicon-trash" data-type="destroy"></a>
</td>
<% end %>
</tr>