Sha256: 424cbe9238d9c1e4a253fcfec94000554d5bc74a72dec6dee966b90d3cb3b835

Contents?: true

Size: 487 Bytes

Versions: 11

Compression:

Stored size: 487 Bytes

Contents

<h2>Change your password</h2>

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

<%= 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="submit_field">
    <%= form.submit "Save this password" %>
  </div>
<% end %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
clearance-0.16.3 app/views/passwords/edit.html.erb
clearance-0.16.2 app/views/passwords/edit.html.erb
clearance-0.16.1 app/views/passwords/edit.html.erb
clearance-0.16.0 app/views/passwords/edit.html.erb
clearance-0.15.0 app/views/passwords/edit.html.erb
clearance-0.14.0 app/views/passwords/edit.html.erb
clearance-0.13.2 app/views/passwords/edit.html.erb
clearance-0.13.0 app/views/passwords/edit.html.erb
clearance-0.12.0 app/views/passwords/edit.html.erb
clearance-0.11.2 app/views/passwords/edit.html.erb
clearance-0.11.1 app/views/passwords/edit.html.erb