]> git.openstreetmap.org Git - rails.git/blob - app/views/user/confirm.rhtml
Add 'history' tab + Move 'recent changes' changeset list to re-use the same _changese...
[rails.git] / app / views / user / confirm.rhtml
1 <h1>Confirm a user account</h1>
2
3 <p>Press the confirm button below to activate your account.</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="Confirm">
8 </form>
9
10