added remove class on storable unlink
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 18 Oct 2010 19:46:26 +0000 (21:46 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 18 Oct 2010 19:46:26 +0000 (21:46 +0200)
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 : '' %>