From 346362c492a163b6ed564a590d13ce0430c20009 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Mon, 26 Sep 2011 07:30:25 +0200 Subject: [PATCH] Use buttons instead of links for following and unfollowing. --- src/main/resources/templates/include/soneMenu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/include/soneMenu.html b/src/main/resources/templates/include/soneMenu.html index 6d69465..a1dd944 100644 --- a/src/main/resources/templates/include/soneMenu.html +++ b/src/main/resources/templates/include/soneMenu.html @@ -14,8 +14,8 @@ <%/foreach> <%if !sone.local>
- » <%= View.Sone.Button.FollowSone|l10n|html> - » <%= View.Sone.Button.UnfollowSone|l10n|html> + +
<%/if> -- 2.7.4