From: David ‘Bombe’ Roden Date: Tue, 27 Sep 2011 19:14:08 +0000 (+0200) Subject: Show number of images in albums. X-Git-Tag: 0.7.2^2~14 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=c74a47f5550837aba3864574fd0ec2fd68b02b09 Show number of images in albums. --- 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>