From: David ‘Bombe’ Roden Date: Wed, 21 Sep 2011 18:49:14 +0000 (+0200) Subject: Move description to top of page. X-Git-Tag: 0.7^2~2^2~48 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=b0ccdb1cefd9b40fc487c55e9b0bcfb72ca75a7c Move description to top of page. --- diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 54f646f..9f1aeab 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -67,6 +67,8 @@ <%/foreach> +

<% album.description|html>

+ <%foreach album.albums album>
@@ -87,9 +89,6 @@
<%/foreach> -
- <% album.description|html> -
<%if album.sone.local> <%include include/uploadImage.html>