Sha256: ba4a1b9d01f9c3f0d153b32f2633d8137f59e7bb0933f566a1b9550eb3e1b17c

Contents?: true

Size: 708 Bytes

Versions: 12

Compression:

Stored size: 708 Bytes

Contents

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

<%= error_messages_for :user %>
<% form_for(:user,
            :url => user_password_path(
              @user,
              :email => @user.email,
              :password => @user.crypted_password),
            :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, 'Verify password' %>
    <%= form.password_field :password_confirmation %>
  </div>
  <div class="submit_field">
    <%= form.submit 'Save this password' %>
  </div>
<% end %>

Version data entries

12 entries across 8 versions & 4 rubygems

Version Path
gravis-clearance-0.3.7 generators/clearance/templates/app/views/passwords/edit.html.erb
mischa-clearance-0.3.3 generators/clearance/templates/app/views/passwords/edit.html.erb
mischa-mischa-clearance-0.3.3 generators/clearance/templates/app/views/passwords/edit.html.erb
thoughtbot-clearance-0.3.1 generators/clearance/templates/app/views/passwords/edit.html.erb
thoughtbot-clearance-0.3.1 test/rails_root/app/views/passwords/edit.html.erb
thoughtbot-clearance-0.3.2 generators/clearance/templates/app/views/passwords/edit.html.erb
thoughtbot-clearance-0.3.2 test/rails_root/app/views/passwords/edit.html.erb
thoughtbot-clearance-0.3.3 test/rails_root/app/views/passwords/edit.html.erb
thoughtbot-clearance-0.3.3 generators/clearance/templates/app/views/passwords/edit.html.erb
thoughtbot-clearance-0.3.4 generators/clearance/templates/app/views/passwords/edit.html.erb
thoughtbot-clearance-0.3.4 test/rails_root/app/views/passwords/edit.html.erb
thoughtbot-clearance-0.3.7 generators/clearance/templates/app/views/passwords/edit.html.erb