Sha256: 51ff4d503d712f85bbc12fa820b14d347a4db5006139f6fc54aab4aa494c0a47

Contents?: true

Size: 710 Bytes

Versions: 54

Compression:

Stored size: 710 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

54 entries across 54 versions & 6 rubygems

Version Path
thoughtbot-clearance-0.8.0 app/views/passwords/edit.html.erb
thoughtbot-clearance-0.8.1 app/views/passwords/edit.html.erb
thoughtbot-clearance-0.8.2 app/views/passwords/edit.html.erb
fbdoorman-0.9.3 app/views/passwords/edit.html.erb
fbdoorman-0.9.2 app/views/passwords/edit.html.erb
fbdoorman-0.9.1 app/views/passwords/edit.html.erb
fbdoorman-0.9.0 app/views/passwords/edit.html.erb
fbdoorman-0.8.0.98 app/views/passwords/edit.html.erb
fbdoorman-0.8.0.97 app/views/passwords/edit.html.erb
fbdoorman-0.8.0.95 app/views/passwords/edit.html.erb
fbdoorman-0.8.0.94 app/views/passwords/edit.html.erb
fbdoorman-0.8.0.93 app/views/passwords/edit.html.erb
fbdoorman-0.8.0.92 app/views/passwords/edit.html.erb
fbdoorman-0.8.0.91 app/views/passwords/edit.html.erb
fbdoorman-0.8.0.9 app/views/passwords/edit.html.erb
fbdoorman-0.8.0.8 app/views/passwords/edit.html.erb
fbdoorman-0.8.0.7 app/views/passwords/edit.html.erb
fbdoorman-0.8.0.6 app/views/passwords/edit.html.erb
fbdoorman-0.8.0.5 app/views/passwords/edit.html.erb
fbdoorman-0.8.0.4 app/views/passwords/edit.html.erb