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

Version Path
backlog-0.37.2 app/views/user/forgot_password.rhtml
backlog-0.37.1 app/views/user/forgot_password.rhtml
backlog-0.36.2 app/views/user/forgot_password.rhtml
backlog-0.0.5 app/views/user/forgot_password.rhtml
backlog-0.0.4 app/views/user/forgot_password.rhtml
backlog-0.1.0 app/views/user/forgot_password.rhtml
backlog-0.1.1 app/views/user/forgot_password.rhtml
backlog-0.1.2 app/views/user/forgot_password.rhtml
backlog-0.10.1 app/views/user/forgot_password.rhtml
backlog-0.10.0 app/views/user/forgot_password.rhtml
backlog-0.10.2 app/views/user/forgot_password.rhtml
backlog-0.10.3 app/views/user/forgot_password.rhtml
backlog-0.10.4 app/views/user/forgot_password.rhtml
backlog-0.10.5 app/views/user/forgot_password.rhtml
backlog-0.10.6 app/views/user/forgot_password.rhtml
backlog-0.10.7 app/views/user/forgot_password.rhtml
backlog-0.10.8 app/views/user/forgot_password.rhtml
backlog-0.12.0 app/views/user/forgot_password.rhtml
backlog-0.11.0 app/views/user/forgot_password.rhtml
backlog-0.12.2 app/views/user/forgot_password.rhtml