From: David ‘Bombe’ Roden Date: Wed, 29 Jun 2011 07:13:41 +0000 (+0200) Subject: Only show follow/unfollow links for non-local Sones. X-Git-Tag: 0.6.6^2~45 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=387e61235414a9aab5b9aae802a857823f68b752 Only show follow/unfollow links for non-local Sones. --- 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>