From: David ‘Bombe’ Roden Date: Sun, 20 Nov 2011 10:10:21 +0000 (+0100) Subject: Only show follow and unfollow buttons if there are Sones on the page. X-Git-Tag: 0.7.4^2~9 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=b17f8faa28beaeb99f81c1039f0273ad00237952 Only show follow and unfollow buttons if there are Sones on the page. --- diff --git a/src/main/resources/templates/knownSones.html b/src/main/resources/templates/knownSones.html index b25b11c..afd40df 100644 --- a/src/main/resources/templates/knownSones.html +++ b/src/main/resources/templates/knownSones.html @@ -57,23 +57,25 @@ -
-
- - - - -
-
+ <%if !pagination.items.empty> +
+
+ + + + +
+
-
-
- - - - -
-
+
+
+ + + + +
+
+ <%/if>
<%= page|store key=pageParameter>