From f4f91cb8a178c8a1c935bb724be4a8fe40ad4e44 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 18 Oct 2010 21:46:26 +0200 Subject: [PATCH] added remove class on storable unlink --- templates/data/index.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/data/index.html.ep b/templates/data/index.html.ep index edd00ba..80565e7 100644 --- a/templates/data/index.html.ep +++ b/templates/data/index.html.ep @@ -19,7 +19,7 @@ <%= $size->{$n} %> % if ( my $size = -s $dump_path->{$n} ) { -<%= $size %> +<%= $size %> % } <%= defined $loaded->{$n}->{data} ? $#{ $loaded->{$n}->{data}->{items} } + 1 : '' %> <%= defined $changes->{$n} ? $#{ $changes->{$n} } + 1 : '' %> -- 2.20.1