Move description to top of page.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 21 Sep 2011 18:49:14 +0000 (20:49 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 21 Sep 2011 18:49:14 +0000 (20:49 +0200)
src/main/resources/templates/imageBrowser.html

index 54f646f..9f1aeab 100644 (file)
@@ -67,6 +67,8 @@
                                <%/foreach>
                        </div>
 
+                       <p id="description"><% album.description|html></p>
+
                        <%foreach album.albums album>
                                <div class="album image">
                                        <a href="imageBrowser.html?album=<% album.id|html>" title="<% album.title|html>">
@@ -87,9 +89,6 @@
                                </div>
                        <%/foreach>
 
-                       <div id="description">
-                               <% album.description|html>
-                       </div>
 
                        <%if album.sone.local>
                                <%include include/uploadImage.html>