Sha256: 455c2f2e5a22de3991dfefdc46e78e20ce56b0b44fefb9e35a961b94900aa699

Contents?: true

Size: 373 Bytes

Versions: 14

Compression:

Stored size: 373 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

14 entries across 14 versions & 1 rubygems

Version Path
clearance-0.16.3 app/views/passwords/new.html.erb
clearance-0.16.2 app/views/passwords/new.html.erb
clearance-0.16.1 app/views/passwords/new.html.erb
clearance-0.16.0 app/views/passwords/new.html.erb
clearance-0.15.0 app/views/passwords/new.html.erb
clearance-0.14.0 app/views/passwords/new.html.erb
clearance-0.13.2 app/views/passwords/new.html.erb
clearance-0.13.0 app/views/passwords/new.html.erb
clearance-0.12.0 app/views/passwords/new.html.erb
clearance-0.11.2 app/views/passwords/new.html.erb
clearance-0.11.1 app/views/passwords/new.html.erb
clearance-0.11.0 app/views/passwords/new.html.erb
clearance-0.10.5 app/views/passwords/new.html.erb
clearance-0.10.4 app/views/passwords/new.html.erb