Sha256: 37fe18419d06b8ef0ecc0c2690b3e7ad5e127d87bb1bf5e52570b8e975ac8d65

Contents?: true

Size: 711 Bytes

Versions: 11

Compression:

Stored size: 711 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.confirmation_token),
            :html => { :method => :put }) do |form| %>
  <div class="password_field">
    <%= form.label :password, "Choose password" %>
    <%= form.password_field :password %>
  </div>
  <div class="password_field">
    <%= form.label :password_confirmation, "Confirm password" %>
    <%= form.password_field :password_confirmation %>
  </div>
  <div class="submit_field">
    <%= form.submit "Save this 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/edit.html.erb
clearance-0.9.1 app/views/passwords/edit.html.erb
clearance-0.9.0.rc9 app/views/passwords/edit.html.erb
clearance-0.9.0.rc8 app/views/passwords/edit.html.erb
clearance-0.9.0.rc7 app/views/passwords/edit.html.erb
clearance-0.9.0.rc6 app/views/passwords/edit.html.erb
clearance-0.9.0.rc5 app/views/passwords/edit.html.erb
clearance-0.9.0.rc4 app/views/passwords/edit.html.erb
clearance-0.9.0.rc3 app/views/passwords/edit.html.erb
clearance-0.9.0.rc2 app/views/passwords/edit.html.erb
clearance-0.9.0.rc1 app/views/passwords/edit.html.erb