X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FbrowseAlbums.html;h=1fddebde221ac9e0e4bb483cb13e9db85e6a6085;hb=3dc1b526bc547f89a8a9e5d67344e05ae7004d04;hp=752dd6d6fb018b1d1a02cce7f684f497e7a5c6f6;hpb=41bb5314210291aac78b79e77c51fbaff6485eb6;p=Sone.git diff --git a/src/main/resources/templates/include/browseAlbums.html b/src/main/resources/templates/include/browseAlbums.html index 752dd6d..1fddebd 100644 --- a/src/main/resources/templates/include/browseAlbums.html +++ b/src/main/resources/templates/include/browseAlbums.html @@ -1,4 +1,4 @@ -<%foreach album.albums album> +<%foreach albums album> <%first>

<%= Page.ImageBrowser.Header.Albums|l10n|html>

<%/first> <%if loop.count|mod divisor=3>
<%/if>
@@ -13,8 +13,8 @@
-
<% album.title|html>
-
<% album.description|html>
+
<% album.title|html> (<%= View.Sone.Stats.Images|l10n 0=album.images.size>)
+
<% album.description|parse sone=album.sone>
<%if album.sone.local>