Sha256: 0b5f389b917bff0b692c14e3bed2a23e2dfd7b509eedcb3f59176032b9dd433f
Contents?: true
Size: 638 Bytes
Versions: 120
Compression:
Stored size: 638 Bytes
Contents
<div title="<%= title_helper %>" class="form"> <%= head_helper 'Forgotten Password' %> <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 %> <%= text_field 'user', "email", :size => 30 %><br/> <div class="button-bar"> <%= submit_tag 'Send instructions' %> <%= link_to 'Cancel', :action => 'login' %> </div> </form> </div> </div>
Version data entries
120 entries across 120 versions & 1 rubygems