From: David ‘Bombe’ Roden Date: Thu, 13 Jan 2011 06:40:21 +0000 (+0100) Subject: Show all top-level albums. X-Git-Tag: beta-freefall-0.6.2-1~102 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=8ba5d1597f31ae4cf93969489a98cadfc2304971 Show all top-level albums. --- diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 9d89055..ca2014d 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -47,6 +47,12 @@ <%else> + <%foreach currentSone.albums album> +
+
<% album.name|html>
+
+ <%/foreach> + <%include include/createAlbum.html> <%/if>