Move pagination directly below the list.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 12 Mar 2011 07:23:48 +0000 (08:23 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 12 Mar 2011 07:23:48 +0000 (08:23 +0100)
src/main/resources/templates/bookmarks.html

index 4657d20..315a5e1 100644 (file)
@@ -14,6 +14,7 @@
                                <%= true|store key=postNotLoaded parent=true>
                        <%/if>
                <%/foreach>
+               <%include include/pagination.html>
                <%if postNotLoaded>
                        <p><%= Page.Bookmarks.Text.PostsNotLoaded|l10n|html></p>
                <%else>
@@ -21,7 +22,6 @@
                                <p><%= Page.Bookmarks.Text.NoBookmarks|l10n|html></p>
                        <%/if>
                <%/if>
-               <%include include/pagination.html>
        </div>
 
 <%include include/tail.html>