From 75939addad736c4ac2ef2f1499ee9912dd2ef1c5 Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Thu, 14 Jul 2011 09:52:54 -0700
Subject: [PATCH] hide resend link, it's not implemented

---
 browserid/static/dialog/views/confirmemail.ejs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/browserid/static/dialog/views/confirmemail.ejs b/browserid/static/dialog/views/confirmemail.ejs
index 3832e2ffd..977e6d1fa 100644
--- a/browserid/static/dialog/views/confirmemail.ejs
+++ b/browserid/static/dialog/views/confirmemail.ejs
@@ -8,6 +8,7 @@
       Your email has been confirmed! </span>
     </div>
     <div class="actions">
-      <div class="action" id="resendit_action"> No email yet?  <a href="#">Resend it!</a></div>
+      <!-- XXX: disable the resend link until it's implemented -->
+      <div style="display: none;" class="action" id="resendit_action"> No email yet?  <a href="#">Resend it!</a></div>
     </div>
   </div>
-- 
GitLab