From 387e61235414a9aab5b9aae802a857823f68b752 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 29 Jun 2011 09:13:41 +0200 Subject: [PATCH] Only show follow/unfollow links for non-local Sones. --- src/main/resources/templates/include/soneMenu.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/main/resources/templates/include/soneMenu.html b/src/main/resources/templates/include/soneMenu.html index 60f1245..85e5639 100644 --- a/src/main/resources/templates/include/soneMenu.html +++ b/src/main/resources/templates/include/soneMenu.html @@ -6,9 +6,11 @@ <%sone.niceName|html> (<% =View.Post.WebOfTrustLink|l10n|html>) -
- <%= View.Sone.Button.FollowSone|l10n|html> - <%= View.Sone.Button.UnfollowSone|l10n|html> -
+ <%if !sone.local> +
+ <%= View.Sone.Button.FollowSone|l10n|html> + <%= View.Sone.Button.UnfollowSone|l10n|html> +
+ <%/if> -- 2.7.4