Sha256: ff6125fdc80af834ab2e12b381f62f0f0262bfd5f18f8800bf42202914173212

Contents?: true

Size: 716 Bytes

Versions: 2

Compression:

Stored size: 716 Bytes

Contents

<h2>Change your password</h2>

<p>
  Your password has been reset. Choose a new password below.
</p>

<%= error_messages_for :user %>

<% form_for(:user,
            :url => user_password_path(@user, :token    => @user.token),
            :html => { :method => :put }) do |form| %>
  <ul>
    <li>
      <%= form.label :password, "Choose password" %>
      <%= form.password_field :password, {:class => "big"} %>
    </li>
    <li>
      <%= form.label :password_confirmation, "Confirm password" %>
      <%= form.password_field :password_confirmation, {:class => "big"} %>
    </li>
    <li class="submit">
      <%= form.submit "Save this 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/edit.html.erb
tonkapark-clearance-0.6.9.3 app/views/passwords/edit.html.erb