From d074ac74794d3eedf4c631f5911ab2f0fad488cd Mon Sep 17 00:00:00 2001
From: Shane Tomlinson <stomlinson@mozilla.com>
Date: Mon, 26 Sep 2011 15:08:57 +0100
Subject: [PATCH] Making the sign in button use an anchor.

---
 browserid/views/about.ejs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browserid/views/about.ejs b/browserid/views/about.ejs
index 9bf3685a6..84a22c9ad 100644
--- a/browserid/views/about.ejs
+++ b/browserid/views/about.ejs
@@ -8,7 +8,7 @@
 
         <div class="row cf">
             <h2>Sign In. Simply.</h2>
-            <button href="/" class="button create signIn">sign in</button> <!-- XXX: remove this button if user is signed in -->
+            <a href="/signin" class="button create signIn">sign in</a> <!-- XXX: remove this button if user is signed in -->
         </div>
         <div class="row one cf">
             <img src="http://placehold.it/200x140/eee/ccc">
-- 
GitLab