Browse Source

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

Martin Edenhofer 11 years ago
parent
commit
bd1c6d1cf5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/assets/javascripts/app/views/generic/table.jst.eco

+ 1 - 1
app/assets/javascripts/app/views/generic/table.jst.eco

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