Sha256: c45f141a533d77e46fae4472891ef4d6e727828d3aca2d4b0e400e77746991a5
Contents?: true
Size: 601 Bytes
Versions: 97
Compression:
Stored size: 601 Bytes
Contents
<% if @user %> <h1> Registration Confirmation </h1> <p> To confirm your registration, please enter the username and password you provided when you registered for the site. </p> <% form_tag :action => 'confirm_registration_submit', :id => @user do %> <%= hidden_field 'user', 'confirmation_key' %> <table> <tr> <th> Username </th> <td><%= text_field 'user', 'name' %></td> </tr> <tr> <th> Password </th> <td> <%= password_field 'user', 'clear_password' %></td> </tr> </table> <%= submit_tag 'Confirm' %> <% end %> <% end %>
Version data entries
97 entries across 97 versions & 2 rubygems