Sha256: 9bf5e1717ec9ba5c30d923486ccf3cef6f2f5e40a1235cd4f7eecbe3729d7b16

Contents?: true

Size: 391 Bytes

Versions: 6

Compression:

Stored size: 391 Bytes

Contents

<h2>Change your password</h2>

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

<% form_for :password, :url => passwords_path do |form| %>
  <div class="text_field">
    <%= form.label :email, "Email address" %>
    <%= form.text_field :email %>
  </div>
  <div class="submit_field">
    <%= form.submit "Reset password", :disable_with => "Please wait..." %>
  </div>
<% end %>

Version data entries

6 entries across 6 versions & 4 rubygems

Version Path
headstart-0.1.0 app/views/passwords/new.html.erb
cops-0.2.0.7 app/views/passwords/new.html.erb
blue_light_special-0.2.1 app/views/passwords/new.html.erb
cops-0.2.0.6 app/views/passwords/new.html.erb
blue_light_special_heroku_fork-0.2.0.1 app/views/passwords/new.html.erb
blue_light_special-0.2.0 app/views/passwords/new.html.erb