Sha256: 973ee160887d588b59cc4e1f81ced17559a1621569fdbeb720d40f82ae0e9586

Contents?: true

Size: 374 Bytes

Versions: 3

Compression:

Stored size: 374 Bytes

Contents

<h2>Reset your password</h2>

<p>
  We will email you a link to reset your password.
</p>

<%= form_for :password, :url => passwords_path do |form| %>
  <div class='text_field'>
    <%= form.label :email, 'Email address' %>
    <%= form.text_field :email, :type => 'email' %>
  </div>

  <div class='submit_field'>
    <%= form.submit 'Reset password' %>
  </div>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
clearance-1.0.0.rc3 app/views/passwords/new.html.erb
clearance-1.0.0.rc2 app/views/passwords/new.html.erb
clearance-1.0.0.rc1 app/views/passwords/new.html.erb