From: David ‘Bombe’ Roden Date: Sat, 12 Mar 2011 07:23:48 +0000 (+0100) Subject: Move pagination directly below the list. X-Git-Tag: 0.5.1^2~4 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=27ce8669e87590ee7519fcb163268e8d2aea9e42 Move pagination directly below the list. --- diff --git a/src/main/resources/templates/bookmarks.html b/src/main/resources/templates/bookmarks.html index 4657d20..315a5e1 100644 --- a/src/main/resources/templates/bookmarks.html +++ b/src/main/resources/templates/bookmarks.html @@ -14,6 +14,7 @@ <%= true|store key=postNotLoaded parent=true> <%/if> <%/foreach> + <%include include/pagination.html> <%if postNotLoaded>

<%= Page.Bookmarks.Text.PostsNotLoaded|l10n|html>

<%else> @@ -21,7 +22,6 @@

<%= Page.Bookmarks.Text.NoBookmarks|l10n|html>

<%/if> <%/if> - <%include include/pagination.html> <%include include/tail.html>