From ea980a409b8847ab4d5d61d15941aa137d7fc19e Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 16 May 2010 00:23:41 +0200 Subject: [PATCH] show number of items in each loaded file --- templates/data/index.html.ep | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/data/index.html.ep b/templates/data/index.html.ep index dd48103..8e132c2 100644 --- a/templates/data/index.html.ep +++ b/templates/data/index.html.ep @@ -4,7 +4,7 @@
- + % foreach my $n ( @$files ) {
namebytesmcolumns
namebytesitemsmcolumns
<%= $size->{$n} %> +<%= defined $loaded->{$n}->{data} ? $#{ $loaded->{$n}->{data}->{items} } + 1 : '' %> {$n}->{stats} ? 'checked' : '' %>> % if ( defined $loaded->{$n}->{header} ) { -- 2.20.1