Sha256: 4307fdacd6816e25c9cd27ec2e794789ff5774f5e3b64211f7868e0635092df0

Contents?: true

Size: 448 Bytes

Versions: 20

Compression:

Stored size: 448 Bytes

Contents

<% content_for :title do %>Change your password<% end %>
<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

20 entries across 20 versions & 1 rubygems

Version Path
headstart-0.11.2 app/views/passwords/new.html.erb
headstart-0.11.1 app/views/passwords/new.html.erb
headstart-0.9.2 app/views/passwords/new.html.erb
headstart-0.9.1 app/views/passwords/new.html.erb
headstart-0.9.0 app/views/passwords/new.html.erb
headstart-0.8.0 app/views/passwords/new.html.erb
headstart-0.7.0 app/views/passwords/new.html.erb
headstart-0.6.2 app/views/passwords/new.html.erb
headstart-0.6.1 app/views/passwords/new.html.erb
headstart-0.6.0 app/views/passwords/new.html.erb
headstart-0.5.5 app/views/passwords/new.html.erb
headstart-0.5.4 app/views/passwords/new.html.erb
headstart-0.5.3 app/views/passwords/new.html.erb
headstart-0.5.2 app/views/passwords/new.html.erb
headstart-0.5.1 app/views/passwords/new.html.erb
headstart-0.5.0 app/views/passwords/new.html.erb
headstart-0.4.2 app/views/passwords/new.html.erb
headstart-0.4.1 app/views/passwords/new.html.erb
headstart-0.4.0 app/views/passwords/new.html.erb
headstart-0.3.0 app/views/passwords/new.html.erb