Skip to content
Snippets Groups Projects
Commit b1134dcb authored by Ben Adida's avatar Ben Adida
Browse files

clear the resend-it link when the email is confirmed

parent 6efbb07c
No related branches found
No related tags found
No related merge requests found
......@@ -238,6 +238,7 @@ $.Controller("Dialog", {}, {
// and tell the user that everything is really quite awesome.
self.find("#waiting_confirmation").hide();
self.find("#resendit_action").hide();
self.find("#confirmed_notice").show();
self.find('#bottom-bar').html("views/bottom-confirmemail.ejs", {});
} else if (status === 'pending') {
......
......@@ -8,6 +8,6 @@
Your email has been confirmed! </span>
</div>
<div class="actions">
<div class="action"> No email yet? <a href="#">Resend it!</a></div>
<div class="action" id="resendit_action"> No email yet? <a href="#">Resend it!</a></div>
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment