From caeb866383963c3d9a492e8b0b47de355bee5b25 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 4 Jan 2015 19:33:56 +0100 Subject: [PATCH] correct remove storable link --- 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 283da08..d259a0b 100644 --- a/templates/data/index.html.ep +++ b/templates/data/index.html.ep @@ -22,7 +22,7 @@ % if ( my $size = -s $dump_path->{$n} ) { % my $action = -M $dump_path->{$n} > -M "data/$n" ? 'reload' : 'remove'; -<%= $size %> +<%= $size %> % } <%= defined $loaded->{$n}->{data} ? $#{ $loaded->{$n}->{data}->{items} } + 1 : '' %> <%= defined $changes->{$n} ? $#{ $changes->{$n} } + 1 : '' %> -- 2.20.1