]> git.openstreetmap.org Git - rails.git/blob - app/views/user/confirm_email.rhtml
making it clearer when a test case fails, as to which test case it is that is failing...
[rails.git] / app / views / user / confirm_email.rhtml
1 <h1>Confirm a change of email address</h1>
2
3 <p>Press the confirm button below to confirm your new email address.</p>
4
5 <form method="post">
6 <input type="hidden" name="confirm_string" value="<%= params[:confirm_string] %>">
7 <input type="submit" name="confirm_action" value="Confrm">
8 </form>