From b0ccdb1cefd9b40fc487c55e9b0bcfb72ca75a7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 21 Sep 2011 20:49:14 +0200 Subject: [PATCH] Move description to top of page. --- src/main/resources/templates/imageBrowser.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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> -- 2.7.4