]> git.openstreetmap.org Git - rails.git/blob - app/views/user/confirm_email.rhtml
fixing the data browser to be able to cope with the changeset change. changeset brows...
[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>