added remove class on storable unlink
[MojoFacets.git] / templates / data / index.html.ep
index edd00ba..80565e7 100644 (file)
@@ -19,7 +19,7 @@
 </td><td class=bytes><%= $size->{$n} %>
 </td><td class=bytes>
 % if ( my $size = -s $dump_path->{$n} ) {
-<a title="remove" href="/data/unlink?path=<%= $dump_path->{$n} %>"><%= $size %></a>
+<a class="remove" title="remove" href="/data/unlink?path=<%= $dump_path->{$n} %>"><%= $size %></a>
 % }
 </td><td align=right><%= defined $loaded->{$n}->{data} ? $#{ $loaded->{$n}->{data}->{items} } + 1 : '' %>
 </td><td align=right><%= defined $changes->{$n} ? $#{ $changes->{$n} } + 1 : '' %>