Show number of images in albums.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 27 Sep 2011 19:14:08 +0000 (21:14 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 27 Sep 2011 19:14:08 +0000 (21:14 +0200)
src/main/resources/templates/include/browseAlbums.html

index b77bcd1..d925a3c 100644 (file)
@@ -13,7 +13,7 @@
                        </a>
                </div>
                <div class="show-data">
-                       <div class="album-title"><% album.title|html></div>
+                       <div class="album-title"><% album.title|html> (<%= View.Sone.Stats.Images|l10n 0=album.images.size>)</div>
                        <div class="album-description"><% album.description|html></div>
                </div>
                <%if album.sone.local>