From: David ‘Bombe’ Roden Date: Thu, 13 Jan 2011 06:40:17 +0000 (+0100) Subject: Show sub-albums of album. X-Git-Tag: beta-freefall-0.6.2-1~103 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=d61e1457433ceb1c787bf2f718a092e16614ca3e Show sub-albums of album. --- diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 71cec49..9d89055 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -29,6 +29,12 @@ <%/foreach> + <%foreach album.albums album> +
+
<% album.name|html>
+
+ <%/foreach> + <%include include/createAlbum.html>