Use buttons instead of links for following and unfollowing.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 26 Sep 2011 05:30:25 +0000 (07:30 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 26 Sep 2011 05:30:25 +0000 (07:30 +0200)
src/main/resources/templates/include/soneMenu.html

index 6d69465..a1dd944 100644 (file)
@@ -14,8 +14,8 @@
                <%/foreach>
                <%if !sone.local>
                        <div>
-                               <a class="follow<%if sone.friend> hidden<%/if>">» <%= View.Sone.Button.FollowSone|l10n|html></a>
-                               <a class="unfollow<%if !sone.friend> hidden<%/if>">» <%= View.Sone.Button.UnfollowSone|l10n|html></a>
+                               <button class="follow<%if sone.friend> hidden<%/if>"><%= View.Sone.Button.FollowSone|l10n|html></button>
+                               <button class="unfollow<%if !sone.friend> hidden<%/if>"><%= View.Sone.Button.UnfollowSone|l10n|html></buton>
                        </div>
                <%/if>
        </div>