Sha256: 3d840ae01f917f898245e0abaf7e33f6d74841a94b7333128089b5f9f7fbf090

Contents?: true

Size: 409 Bytes

Versions: 2

Compression:

Stored size: 409 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| %>
  <ul>
    <li>
      <%= form.label :email, "Email address" %>
      <%= form.text_field :email, {:class => "big"} %>
    </li>
    <li class="submit">
      <%= form.submit "Reset password", :disable_with => "Please wait..." %>
    </li>
  </ul>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tonkapark-clearance-0.6.9.2 app/views/passwords/new.html.erb
tonkapark-clearance-0.6.9.3 app/views/passwords/new.html.erb