Sha256: fc21b08a706e70e745445a9a9a672401700343064a1e981c26735bdacf8aebc1

Contents?: true

Size: 650 Bytes

Versions: 3

Compression:

Stored size: 650 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>
    <%= end_form_tag %>
  </div>
</div>                                                                          

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
backlog-0.0.0 app/views/user/forgot_password.rhtml
backlog-0.0.1 app/views/user/forgot_password.rhtml
backlog-0.0.2 app/views/user/forgot_password.rhtml