Sha256: a7164687bb27dfd3cdf1e1ed2fd322e53f4cfad2abe25bfb520f550ec6ec9ab3

Contents?: true

Size: 392 Bytes

Versions: 11

Compression:

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

11 entries across 11 versions & 2 rubygems

Version Path
janova-clearance-0.9.1 app/views/passwords/new.html.erb
clearance-0.9.1 app/views/passwords/new.html.erb
clearance-0.9.0.rc9 app/views/passwords/new.html.erb
clearance-0.9.0.rc8 app/views/passwords/new.html.erb
clearance-0.9.0.rc7 app/views/passwords/new.html.erb
clearance-0.9.0.rc6 app/views/passwords/new.html.erb
clearance-0.9.0.rc5 app/views/passwords/new.html.erb
clearance-0.9.0.rc4 app/views/passwords/new.html.erb
clearance-0.9.0.rc3 app/views/passwords/new.html.erb
clearance-0.9.0.rc2 app/views/passwords/new.html.erb
clearance-0.9.0.rc1 app/views/passwords/new.html.erb