From c74a47f5550837aba3864574fd0ec2fd68b02b09 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Tue, 27 Sep 2011 21:14:08 +0200 Subject: [PATCH] Show number of images in albums. --- src/main/resources/templates/include/browseAlbums.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/include/browseAlbums.html b/src/main/resources/templates/include/browseAlbums.html index b77bcd1..d925a3c 100644 --- a/src/main/resources/templates/include/browseAlbums.html +++ b/src/main/resources/templates/include/browseAlbums.html @@ -13,7 +13,7 @@
-
<% album.title|html>
+
<% album.title|html> (<%= View.Sone.Stats.Images|l10n 0=album.images.size>)
<% album.description|html>
<%if album.sone.local> -- 2.7.4