Sha256: ac761c51c1de577b40e5fcaff5d4bbb2ed8e4649448e3b7f72172b45ac303667
Contents?: true
Size: 604 Bytes
Versions: 8
Compression:
Stored size: 604 Bytes
Contents
<div title="<%= title_helper %>" class="form"> <h3>Forgotten Password</h3> <%= error_messages_for 'user' %> <div class="form-padding"> <p>Enter your email address in the field below and click 'Reset Password' to have instructions on how to retrieve your forgotten password emailed to you.</p> <%= start_form_tag_helper %> <label>Email Address:</label> <%= text_field("user", "email", "size" => 30) %> <div class="button-bar"> <%= submit_tag 'Reset Password' %> <%= link_to 'Cancel', :action => 'login' %> </div> <%= end_form_tag %> </div> </div>
Version data entries
8 entries across 8 versions & 1 rubygems